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: Fri, 12 Jan 2007 14:38:56 +0000

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

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:
                  simplified testcase to show actual Gnash problem.

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2102
retrieving revision 1.2103
diff -u -b -r1.2102 -r1.2103
--- ChangeLog   12 Jan 2007 14:05:40 -0000      1.2102
+++ ChangeLog   12 Jan 2007 14:38:55 -0000      1.2103
@@ -1,5 +1,10 @@
 2007-01-12 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/place_and_remove_object_insane_test.c:
+         simplified testcase to show actual Gnash problem.
+
+2007-01-12 Sandro Santilli <address@hidden>
+
        * server/vm/ASHandlers.cpp (ActionPushData): include 
          dictionary offset when printing actions.
        * testsuite/misc-ming.all/ming_utils.h: cleanup documentation

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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-ming.all/place_and_remove_object_insane_test.c       12 Jan 
2007 12:06:55 -0000      1.3
+++ testsuite/misc-ming.all/place_and_remove_object_insane_test.c       12 Jan 
2007 14:38:55 -0000      1.4
@@ -107,22 +107,24 @@
        add_actions(mo, " note(\"hello\");  note(counter); 
note(_root.mc_blue._x);  \
                          if(counter == undefined) \
                          { \
-                            flag = 1;  \
+                            flag = 0;  \
                             _root.mc_blue._x += 60; \
                          }else \
                          {  \
-                            if((counter == 1)  \
-                                && (_root.mc_blue._x == 60)  \ 
-                                && (_root.mc_black == undefined) \
-                                && (_root.mc_black_name_changed != undefined)) 
\
+                            if(counter == 1)  \
+                            { \
+                                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; \
+                            } \
                             else \
-                                flag = 0;  \
+                                flag = 2;  \
                          } ");
                             
        check_equals(mo, " _root.mc_red._x",  "0"); 
        check_equals(mo, " _root.mc_blue._x", "60"); 
-       xcheck_equals(mo, "flag", "1"); 
+       check_equals(mo, "flag", "1"); 
        SWFMovie_nextFrame(mo);        
        //------------end of 1st frame---------------------------------
        




reply via email to

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