gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./ChangeLog testsuite/actionscript.all/ge...


From: Tomas Groth
Subject: [Gnash-commit] gnash ./ChangeLog testsuite/actionscript.all/ge...
Date: Tue, 28 Feb 2006 22:05:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Tomas Groth <address@hidden>    06/02/28 22:05:00

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: gen-test.sh 

Log message:
        made the test-generator use case-sensitivity since MM flashplayer is 
casesensitive.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.165&tr2=1.166&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/gen-test.sh.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.165 gnash/ChangeLog:1.166
--- gnash/ChangeLog:1.165       Tue Feb 28 15:43:58 2006
+++ gnash/ChangeLog     Tue Feb 28 22:05:00 2006
@@ -1,3 +1,7 @@
+2006-02-28  Tomas Groth Christensen  <address@hidden>
+
+       * testsuite/actionscript.all/gen-test.sh: made the test-generator use 
case-sensitivity, since MM flashplayer is casesensitive.
+
 2006-02-28  Rob Savoye  <address@hidden>
 
        * configure.ac: Look for finite and isfinite.
Index: gnash/testsuite/actionscript.all/gen-test.sh
diff -u gnash/testsuite/actionscript.all/gen-test.sh:1.2 
gnash/testsuite/actionscript.all/gen-test.sh:1.3
--- gnash/testsuite/actionscript.all/gen-test.sh:1.2    Wed Feb 15 10:34:23 2006
+++ gnash/testsuite/actionscript.all/gen-test.sh        Tue Feb 28 22:05:00 2006
@@ -97,7 +97,7 @@
 EOF
 
 for i in $methods; do
-newi=`echo $i | sed -e 's/)//g' | sed -e 's/(//g' -e 's/)//g' | tr '[A-Z]' 
'[a-z]'`
+newi=`echo $i | sed -e 's/)//g' | sed -e 's/(//g' -e 's/)//g'`
 cat <<EOF>>${outname}
 // test the ${asname}::${newi} method
 check (${asobjname}.$newi != undefined);




reply via email to

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