gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/place_a...
Date: Wed, 24 Jan 2007 13:32:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/24 13:32:39

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

Log message:
                * testsuite/misc-ming.all/place_and_remove_object_insane_test.c:
                  Last commit fixed a couple of tests in this testcase.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2167&r2=1.2168
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/place_and_remove_object_insane_test.c?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2167
retrieving revision 1.2168
diff -u -b -r1.2167 -r1.2168
--- ChangeLog   24 Jan 2007 13:23:17 -0000      1.2167
+++ ChangeLog   24 Jan 2007 13:32:39 -0000      1.2168
@@ -1,5 +1,7 @@
 2007-01-24 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/place_and_remove_object_insane_test.c:
+         Last commit fixed a couple of tests in this testcase.
        * server/: character.h, sprite_instance.{cpp,h}:
          Understood, documented and cleaned up the concept of
          "ActionScript-transformed" characters; Fix property handlers

Index: testsuite/misc-ming.all/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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- testsuite/misc-ming.all/place_and_remove_object_insane_test.c       22 Jan 
2007 14:03:57 -0000      1.6
+++ testsuite/misc-ming.all/place_and_remove_object_insane_test.c       24 Jan 
2007 13:32:39 -0000      1.7
@@ -113,7 +113,7 @@
                          {  \
                             if(counter == 1)  \
                             { \
-                                xcheck_equals(_root.mc_blue._x, 60); \
+                                check_equals(_root.mc_blue._x, 60); \
                                 xcheck_equals(typeof(_root.mc_black), 
'undefined'); \
                                 
xcheck_equals(typeof(_root.mc_black_name_changed), 'movieclip'); \
                                 flag  = 1; \
@@ -123,7 +123,7 @@
                          } ");
                             
        check_equals(mo, " _root.mc_red._x",  "0"); 
-       xcheck_equals(mo, " _root.mc_blue._x", "60"); 
+       check_equals(mo, " _root.mc_blue._x", "60"); 
        check_equals(mo, "flag", "1"); 
        SWFMovie_nextFrame(mo);        
        //------------end of 1st frame---------------------------------




reply via email to

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