tests/test-simplemerge.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 25 Mar 2015 17:18:48 -0700
changeset 24468 016b71ea7dc7
parent 22023 f18830651811
permissions -rw-r--r--
test-manifest.py: don't test .text() with present node suffix When m.text() is called after setting a nodeid with a suffix (such as '+'), manifestdict uses the suffix-less nodeid for the text, while treemanifest includes the suffix. It would perhaps make most sense to raise an exception so the bug is found, but since the two implementations behave differently, let's just not test the behavior for now.

................
----------------------------------------------------------------------
Ran 16 tests in 0.000s

OK