Package translate :: Package storage :: Module test_properties :: Class TestPropUnit
[hide private]
[frames] | no frames]

Class TestPropUnit

source code

   test_base.TestTranslationUnit --+    
                                   |    
test_monolingual.TestMonolingualUnit --+
                                       |
                                      TestPropUnit

Nested Classes [hide private]
  UnitClass
an element of a properties file i.e.
Instance Methods [hide private]
 
test_difficult_escapes(self)
It doesn't seem that properties files can store double backslashes.
source code

Inherited from test_monolingual.TestMonolingualUnit: test_target

Inherited from test_base.TestTranslationUnit: setup_method, test_create, test_eq, test_escapes, test_isfuzzy, test_note_sanity

Method Details [hide private]

test_difficult_escapes(self)

source code 

It doesn't seem that properties files can store double backslashes.

We are disabling the double-backslash tests for now. If we are mistaken in the above assumption, we need to fix getsource() and setsource() and delete this test override.

Overrides: test_base.TestTranslationUnit.test_difficult_escapes