for git v1.5.2 (and below): chdir to the directory of the target file before executin...
[translate_toolkit.git] / storage / test_ts.py
blob631062b5c6f95ef1750956a8a983cfc2f482c986
1 #!/usr/bin/env python
3 from translate.storage import ts
5 class TestTS:
6 def test_construct(self):
7 tsfile = ts.QtTsParser()
8 tsfile.addtranslation("ryan", "Bread", "Brood", "Wit", createifmissing=True)