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/frame_l...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/frame_l...
Date: Fri, 23 May 2008 15:22:23 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/05/23 15:22:23

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

Log message:
                * testsuite/misc-ming.all/frame_label_test.c: 3 passes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6691&r2=1.6692
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/frame_label_test.c?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6691
retrieving revision 1.6692
diff -u -b -r1.6691 -r1.6692
--- ChangeLog   23 May 2008 15:21:25 -0000      1.6691
+++ ChangeLog   23 May 2008 15:22:22 -0000      1.6692
@@ -7,6 +7,7 @@
          replaced by a subsequent one with the same name (case insensitive).
          3 passes in misc-ming.all, fixes bug #23327. Const-correct some
          iterators.
+       * testsuite/misc-ming.all/frame_label_test.c: 3 passes.
 
 2008-05-23 Benjamin Wolsey <address@hidden>
 

Index: testsuite/misc-ming.all/frame_label_test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/frame_label_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/frame_label_test.c  23 May 2008 13:18:38 -0000      
1.5
+++ testsuite/misc-ming.all/frame_label_test.c  23 May 2008 15:22:22 -0000      
1.6
@@ -153,9 +153,9 @@
   check_equals(mo, "_root.x3", "'mc11_frame6'");
   check_equals(mo, "_root.x7", "'mc1_frame7'");
   check_equals(mo, "_root.x8", "'mc1_frame8'");
-  xcheck_equals(mo, "_root.x9", "'small_first'");
-  xcheck_equals(mo, "_root.x10", "'mc1_frame10'");
-  xcheck_equals(mo, "_root.x11", "'Big_first'");
+  check_equals(mo, "_root.x9", "'small_first'");
+  check_equals(mo, "_root.x10", "'mc1_frame10'");
+  check_equals(mo, "_root.x11", "'Big_first'");
   /* seems that GotoLabel does not support target_path */
   check_equals(mo, "_root.x4", "0");
   check_equals(mo, "_root.x5", "0");




reply via email to

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