gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10902: add in display tests.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10902: add in display tests.
Date: Wed, 20 May 2009 18:55:31 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10902
committer: address@hidden
branch nick: trunk
timestamp: Wed 2009-05-20 18:55:31 -0600
message:
  add in display tests.
modified:
  testsuite/as3/classes.all/Makefile.am
  testsuite/as3/classes.all/display/StageDisplayState_as.hx
=== modified file 'testsuite/as3/classes.all/Makefile.am'
--- a/testsuite/as3/classes.all/Makefile.am     2009-05-21 00:27:41 +0000
+++ b/testsuite/as3/classes.all/Makefile.am     2009-05-21 00:55:31 +0000
@@ -44,8 +44,8 @@
 # include $(srcdir)/data/data.am
 # include $(srcdir)/desktop/desktop.am
 
-# include $(srcdir)/display/display.am
-# include $(srcdir)/errors/errors.am
+include $(srcdir)/display/display.am
+include $(srcdir)/errors/errors.am
 # # include $(srcdir)/events/events.am
 include $(srcdir)/external/external.am
 # # include $(srcdir)/filesystem/filesystem.am

=== modified file 'testsuite/as3/classes.all/display/StageDisplayState_as.hx'
--- a/testsuite/as3/classes.all/display/StageDisplayState_as.hx 2009-05-21 
00:17:43 +0000
+++ b/testsuite/as3/classes.all/display/StageDisplayState_as.hx 2009-05-21 
00:55:31 +0000
@@ -1,4 +1,4 @@
-// StageDisplayState_as3.hx:  ActionScript 3 "StageDisplayState" class, for 
Gnash.
+// StageDisplayState_as.hx:  ActionScript 3 "StageDisplayState" class, for 
Gnash.
 //
 // Generated by gen-as3.sh on: 20090514 by "rob". Remove this
 // after any hand editing loosing changes.
@@ -36,8 +36,8 @@
 // import our testing API
 import DejaGnu;
 
-// Class must be named with the _as3 suffix, as that's the same name as the 
file.
-class StageDisplayState_as3 {
+// Class must be named with the _as suffix, as that's the same name as the 
file.
+class StageDisplayState_as {
     static function main() {
 
         // Make sure we actually get a valid class        


reply via email to

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