# HG changeset patch # User Thinker K.F. Li # Date 1311517765 -28800 # Node ID a33dfe2dae9d56d0de04f6be878ea90a6e4af64c # Parent fe7b3f111d571ea9a465c4515d2cefb3de85ce57 Fix testcase to match changes of format strings diff -r fe7b3f111d57 -r a33dfe2dae9d paraspace/tests/dalvik_opcodes_test.py --- a/paraspace/tests/dalvik_opcodes_test.py Sun Jul 24 22:28:21 2011 +0800 +++ b/paraspace/tests/dalvik_opcodes_test.py Sun Jul 24 22:29:25 2011 +0800 @@ -58,7 +58,7 @@ opv = (0x6f, (0, 1, 0xa601, 1, 0, 0, 0)) line = format_inst(opv) assert line == 'OP_INVOKE_SUPER {v1, v0, v0, v0, v0},' \ - ' thing@a601 (1: count, A: vG)' + ' meth@a601 (1: count, A: vG)' opv = (0, ()) line = format_inst(opv)