~sam92/openlp/multiple-songbooks

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_plugins/bibles/test_lib_http.py

  • Committer: Samuel Mehrbrodt
  • Date: 2016-01-08 23:05:43 UTC
  • mfrom: (2587.1.6 openlp)
  • Revision ID: s.mehrbrodt@gmail.com-20160108230543-eyzcimqcz9dlnmcs
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        # THEN: The list should not be None, and some known bibles should be there
131
131
        self.assertIsNotNone(bibles)
132
132
        self.assertIn(('New Int. Readers Version', 'NIRV', 'en'), bibles)
133
 
        self.assertIn(('Българската Библия', 'BLG', 'bg'), bibles)
 
133
        self.assertIn(('Священное Писание, Восточный перевод', 'CARS', 'ru'), bibles)
134
134
 
135
135
    def biblegateway_get_bibles_test(self):
136
136
        """