gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10466: First stub of a red5test as/


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10466: First stub of a red5test as/swf
Date: Thu, 18 Dec 2008 17:57:32 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10466
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2008-12-18 17:57:32 +0100
message:
  First stub of a red5test as/swf
modified:
  testsuite/misc-ming.all/Makefile.am
  testsuite/misc-ming.all/remoting.as
=== modified file 'testsuite/misc-ming.all/Makefile.am'
--- a/testsuite/misc-ming.all/Makefile.am       2008-12-17 20:21:45 +0000
+++ b/testsuite/misc-ming.all/Makefile.am       2008-12-18 16:57:32 +0000
@@ -34,6 +34,7 @@
        PrototypeEventListeners.as \
        DragDropTest.as \
        remoting.as \
+       red5test.as \
        remoting.php \
        gotoFrame2Test.as \
        DrawingApiTest.as \
@@ -1731,6 +1732,9 @@
 remotingTestRunner: $(srcdir)/../generic-testrunner.sh remoting.swf
        sh $< $(top_builddir) remoting.swf > $@
        chmod 755 $@
+
+red5test.swf: $(srcdir)/red5test.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
+       $(MAKESWF) -n network -r12 -o $@ -v7 -DRED5_HOST='\"$(RED5_HOST)\"' 
-DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 Dejagnu.swf $(srcdir)/red5test.as 
$(srcdir)/../actionscript.all/dejagnu_so_fini.as
        
 
 DragDropTest.swf: $(srcdir)/DragDropTest.as Dejagnu.swf DragDropTestLoaded.swf 
Makefile ../actionscript.all/check.as ../actionscript.all/utils.as

=== modified file 'testsuite/misc-ming.all/remoting.as'
--- a/testsuite/misc-ming.all/remoting.as       2008-12-18 16:42:43 +0000
+++ b/testsuite/misc-ming.all/remoting.as       2008-12-18 16:57:32 +0000
@@ -30,8 +30,6 @@
 
 
 if ( ! _root.hasOwnProperty('url') ) {
-    // updated daily from bzr !
-    // TODO: let ./configure specify another one
     url=HTTP_TESTSUITE+'/remoting.php';
 }
 


reply via email to

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