gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9732: testsuite/actionscript.all/Sh


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9732: testsuite/actionscript.all/SharedObject.as: don't create files with spaces in their namesplugin/xpcom/README.txt: point at the tutorial and author.
Date: Fri, 12 Sep 2008 22:00:52 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9732
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Fri 2008-09-12 22:00:52 -0400
message:
  testsuite/actionscript.all/SharedObject.as: don't create files with spaces in 
their namesplugin/xpcom/README.txt: point at the tutorial and author.
added:
  plugin/xpcom/README.txt
modified:
  testsuite/actionscript.all/SharedObject.as
=== added file 'plugin/xpcom/README.txt'
--- a/plugin/xpcom/README.txt   1970-01-01 00:00:00 +0000
+++ b/plugin/xpcom/README.txt   2008-09-13 02:00:52 +0000
@@ -0,0 +1,3 @@
+The sample code from which this was derived came from:
+http://www.iosart.com/firefox/xpcom/ written by Alex Sirota.
+

=== modified file 'testsuite/actionscript.all/SharedObject.as'
--- a/testsuite/actionscript.all/SharedObject.as        2008-09-10 13:53:00 
+0000
+++ b/testsuite/actionscript.all/SharedObject.as        2008-09-13 02:00:52 
+0000
@@ -141,7 +141,7 @@
     trace("New Shared Object doesn't exist!");
 }
 
-so4 = SharedObject.getLocal("Another one", "/subdir");
+so4 = SharedObject.getLocal("Another-one", "/subdir");
 check(so4 != so3);
 xcheck_equals(typeof(so4.data), 'undefined');
 ret = so4.flush();


reply via email to

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