gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all LocalConnectio...


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash/testsuite/actionscript.all LocalConnectio...
Date: Tue, 20 Mar 2007 18:12:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/03/20 18:12:30

Modified files:
        testsuite/actionscript.all: LocalConnection.as 

Log message:
        Actually, don't remove but expect success

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/LocalConnection.as?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: LocalConnection.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/LocalConnection.as,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- LocalConnection.as  20 Mar 2007 18:10:49 -0000      1.13
+++ LocalConnection.as  20 Mar 2007 18:12:30 -0000      1.14
@@ -22,7 +22,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: LocalConnection.as,v 1.13 2007/03/20 18:10:49 bjacques Exp $";
+rcsid="$Id: LocalConnection.as,v 1.14 2007/03/20 18:12:30 bjacques Exp $";
 
 #include "dejagnu.as"
 
@@ -111,6 +111,10 @@
 ret = tmp.close();
 xcheck(ret);
 
+// There's no such 'exists' method of LocalConnection !!!
+check_equals(typeof(tmp.exists), 'undefined');
+
+
 #endif // OUTPUT_VERSION >= 6
 
 totals();




reply via email to

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