gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/misc-ming.all place_and_remove_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all place_and_remove_...
Date: Fri, 12 Jan 2007 12:06:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/12 12:06:55

Modified files:
        testsuite/misc-ming.all: place_and_remove_object_insane_test.c 

Log message:
        Use 'note' rather then 'trace' (enables 'visual' trace)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/place_and_remove_object_insane_test.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: place_and_remove_object_insane_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/place_and_remove_object_insane_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- place_and_remove_object_insane_test.c       12 Jan 2007 11:43:41 -0000      
1.2
+++ place_and_remove_object_insane_test.c       12 Jan 2007 12:06:55 -0000      
1.3
@@ -104,7 +104,7 @@
        check_equals(mo, "typeof(_root.mc_blue)", "'movieclip'");
 
        check_equals(mo, "_root.mc_green",  "undefined");
-       add_actions(mo, " trace(\"hello\");  trace(counter); 
trace(_root.mc_blue._x);  \
+       add_actions(mo, " note(\"hello\");  note(counter); 
note(_root.mc_blue._x);  \
                          if(counter == undefined) \
                          { \
                             flag = 1;  \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]