Package translate :: Package convert :: Module test_po2prop :: Class TestPO2PropCommand
[hide private]
[frames] | no frames]

Class TestPO2PropCommand

source code

test_convert.TestConvertCommand --+
                                  |
                    TestPO2Prop --+
                                  |
                                 TestPO2PropCommand

Tests running actual po2prop commands on files

Instance Methods [hide private]
 
test_help(self)
tests getting help
source code

Inherited from test_convert.TestConvertCommand: cleardir, create_testfile, get_testfilename, help_check, open_testfile, read_testfile, run_command, setup_method, teardown_method

Inherited from TestPO2Prop: merge2prop, po2prop, test_hard_newlines_preserved, test_merging_blank_entries, test_merging_fuzzy, test_merging_propertyless_template, test_merging_simple, test_personalities, test_space_preservation

Class Variables [hide private]
  convertmodule
convert Gettext PO localization files to Java/Mozilla .properties files
  defaultoptions = {'progress': 'none'}
Method Details [hide private]

test_help(self)

source code 

tests getting help

Overrides: test_convert.TestConvertCommand.test_help

Class Variable Details [hide private]

convertmodule

convert Gettext PO localization files to Java/Mozilla .properties files

see: http://translate.sourceforge.net/wiki/toolkit/po2prop for examples and usage instructions

Value:
translate.convert.po2prop