gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTes... [gnash


From: Russ Nelson
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTes... [gnash_0_8_3_branch]
Date: Fri, 16 May 2008 20:50:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Russ Nelson <nelsonrn>  08/05/16 20:50:24

Modified files:
        testsuite/misc-ming.all: DefineEditTextTest.c 
                                 DefineEditTextVariableNameTest2.c 
                                 DefineTextTest.c RollOverOutTest.c 
                                 SpriteButtonEventsTest.c ming_utils.c 

Log message:
        Fix references to Bitstream-Vera-Sans:
        * testsuite/misc-ming.all/DefineTextTest.c
        * testsuite/misc-ming.all/ming_utils.c
        * testsuite/misc-ming.all/DefineEditTextTest.c
        * testsuite/misc-ming.all/RollOverOutTest.c
        * testsuite/misc-ming.all/SpriteButtonEventsTest.c
        * testsuite/misc-ming.all/DefineEditTextVariableNameTest2.c

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextTest.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.37&r2=1.37.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextVariableNameTest2.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6&r2=1.6.4.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineTextTest.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.1&r2=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/RollOverOutTest.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6&r2=1.6.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/SpriteButtonEventsTest.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.3&r2=1.3.2.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming_utils.c?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.32&r2=1.32.4.1

Patches:
Index: DefineEditTextTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextTest.c,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -b -r1.37 -r1.37.2.1
--- DefineEditTextTest.c        11 Apr 2008 09:58:41 -0000      1.37
+++ DefineEditTextTest.c        16 May 2008 20:50:19 -0000      1.37.2.1
@@ -116,7 +116,7 @@
     return 1;
   }
 
-  sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", srcdir);
+  sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", srcdir);
 
   puts("Setting things up");
 

Index: DefineEditTextVariableNameTest2.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextVariableNameTest2.c,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -b -r1.6 -r1.6.4.1
--- DefineEditTextVariableNameTest2.c   18 Dec 2007 10:46:28 -0000      1.6
+++ DefineEditTextVariableNameTest2.c   16 May 2008 20:50:20 -0000      1.6.4.1
@@ -93,7 +93,7 @@
     return 1;
   }
 
-  sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", srcdir);
+  sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", srcdir);
 
   puts("Setting things up");
 

Index: DefineTextTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineTextTest.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- DefineTextTest.c    11 Apr 2008 11:25:23 -0000      1.1
+++ DefineTextTest.c    16 May 2008 20:50:21 -0000      1.1.2.1
@@ -53,7 +53,7 @@
     return 1;
   }
 
-  sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", srcdir);
+  sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", srcdir);
 
   puts("Setting things up");
 

Index: RollOverOutTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/RollOverOutTest.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- RollOverOutTest.c   8 May 2008 08:10:52 -0000       1.6
+++ RollOverOutTest.c   16 May 2008 20:50:22 -0000      1.6.2.1
@@ -130,7 +130,7 @@
     dejagnuclip = get_dejagnu_clip((SWFBlock)get_default_font(srcdir), 10, 0, 
0, 800, 600);
     SWFMovie_add(mo, (SWFBlock)dejagnuclip);
 
-    sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", srcdir);
+    sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", srcdir);
     FILE *font_file = fopen(fdbfont, "r");
     if ( font_file == NULL )
     {

Index: SpriteButtonEventsTest.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/SpriteButtonEventsTest.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- SpriteButtonEventsTest.c    16 Apr 2008 15:02:22 -0000      1.3
+++ SpriteButtonEventsTest.c    16 May 2008 20:50:23 -0000      1.3.2.1
@@ -227,7 +227,7 @@
                return 1;
        }
 
-       sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", srcdir);
+       sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", srcdir);
        FILE *font_file = fopen(fdbfont, "r");
        if ( font_file == NULL )
        {

Index: ming_utils.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/ming_utils.c,v
retrieving revision 1.32
retrieving revision 1.32.4.1
diff -u -b -r1.32 -r1.32.4.1
--- ming_utils.c        7 Nov 2007 17:25:04 -0000       1.32
+++ ming_utils.c        16 May 2008 20:50:24 -0000      1.32.4.1
@@ -364,7 +364,7 @@
        FILE *font_file;
        char fdbfont[256];
 
-       sprintf(fdbfont, "%s/Bitstream Vera Sans.fdb", mediadir);
+       sprintf(fdbfont, "%s/Bitstream-Vera-Sans.fdb", mediadir);
 
        font_file = fopen(fdbfont, "r");
        if ( font_file == NULL )




reply via email to

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