diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 10:50:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 10:50:17 +0200 |
commit | 93b578693050646af8b5b757c59db875a6635dd9 (patch) | |
tree | 9db1d993d30799c39c62551d79aacdddc2d6ea93 | |
parent | b993c5591e965de3b9e95e32007ea4231b2997d7 (diff) |
...and update TODO comment
Change-Id: I04d9988ab2035ec2d68fac19f506a6b461e4d257
-rw-r--r-- | sw/qa/python/var_fields.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py index 92f2da1bde8f..1a8a801c2cb6 100644 --- a/sw/qa/python/var_fields.py +++ b/sw/qa/python/var_fields.py @@ -23,7 +23,7 @@ class TestVarFields(unittest.TestCase): Note: this test was migrated from java (the steps numbering too) sw/qa/complex/writer/VarFields.java - TODO 1: + TODO: Unlike in java, this test doesn't overwrite the field condition. Apparently xDoc.refresh() is somehow broken (from python), because doing the update manually does overwrite the condition: @@ -33,11 +33,6 @@ class TestVarFields(unittest.TestCase): 3. check that TextSection's condition still has the right value: "foo EQ 1" 4. Update field with Tool=>Update=>Fields (or [F9]) 5. check that TextSection's condition was overriden: "0" - - TODO 2: CRASH calling xDoc.storeToURL(...) with debug build: - http://pastebin.com/76KeCT77 - so commented storeToURL out for now. - (In any event: why storeToURL(..) is working with release build?) """ xDoc = self.__class__._xDoc xBodyText = xDoc.getText() |