~phill-ridout/openlp/fixes-mkII

« back to all changes in this revision

Viewing changes to tests/functional/openlp_core/common/test_i18n.py

  • Committer: Phill Ridout
  • Date: 2017-11-09 20:24:46 UTC
  • mfrom: (2777.5.4 test_fixes)
  • Revision ID: phill.ridout@gmail.com-20171109202446-q4a7gwfih5mbw2mk
Test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
    assert first_instance is second_instance, 'Two UiStrings objects should be the same instance'
156
156
 
157
157
 
158
 
def test_translate(self):
 
158
def test_translate():
159
159
    """
160
160
    Test the translate() function
161
161
    """