CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/22 19:57:04

Modified files:
        testsuite/misc-swfc.all: hello.sc 

Log message:
        Comment out annoying fake xfail

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/hello.sc?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: hello.sc
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/hello.sc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- hello.sc    9 Aug 2007 06:38:16 -0000       1.1
+++ hello.sc    22 Sep 2007 19:57:04 -0000      1.2
@@ -9,7 +9,7 @@
     trace("Hello World!");
     var abc = 123;
     check_equals(abc, 123);  // check something is equal
-    xcheck_equals(abc, 456); // check something is equal, but expect it to fail
+    //xcheck_equals(abc, 456); // check something is equal, but expect gnash 
it to fail
     var qux = true;
     check(qux); // check a boolean is true
     Dejagnu.done(); // don't forget to call this, or the test will not complete


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to