[Scummvm-cvs-logs] SF.net SVN: scummvm:[51390] tools/branches/gsoc2010-decompiler/decompiler/ test/disassembler_test.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Tue Jul 27 22:34:35 CEST 2010


Revision: 51390
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51390&view=rev
Author:   pidgeot
Date:     2010-07-27 20:34:35 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
Fix test after instruction renaming

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-07-27 20:20:00 UTC (rev 51389)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/disassembler_test.h	2010-07-27 20:34:35 UTC (rev 51390)
@@ -201,7 +201,7 @@
 			TS_ASSERT(insts[7]._params[0].getSigned() == 93);
 			TS_ASSERT(insts[8]._address == 24);
 			TS_ASSERT(insts[8]._opcode == 0x6B99);
-			TS_ASSERT(insts[8]._name == "cursorCmd_Image");
+			TS_ASSERT(insts[8]._name == "cursorCommand.setCursorImg");
 			TS_ASSERT(insts[9]._address == 26);
 			TS_ASSERT(insts[9]._opcode == 0x66);
 			TS_ASSERT(insts[9]._name == "stopObjectCodeB");
@@ -224,7 +224,7 @@
 			TS_ASSERT(false);
 		}
 	}
-	
+
 	// This test requires script-30.dmp from Sam & Max: Hit The Road.
 	// 6e48faca13e1f6df9341567608962744 *script-30.dmp
 	void testScummv6StackChangeFixScript30() {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list