gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/DefineE...
Date: Fri, 13 Oct 2006 13:45:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/13 13:45:31

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: DefineEditTextVariableNameTest.c 

Log message:
        add border to the textfield (to test for bug# 17992).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1193&r2=1.1194
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextVariableNameTest.c?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -b -r1.1193 -r1.1194
--- ChangeLog   13 Oct 2006 13:27:05 -0000      1.1193
+++ ChangeLog   13 Oct 2006 13:45:31 -0000      1.1194
@@ -1,5 +1,7 @@
 2006-10-13 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/DefineEditTextVariableNameTest.c: 
+         add border to the textfield (to test for bug# 17992).
        * testsuite/libbase/Makefile.am, testsuite/misc-ming.all/Makefile.am,
          testsuite/server/Makefile.am: only build tests on 'make check'
 

Index: testsuite/misc-ming.all/DefineEditTextVariableNameTest.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextVariableNameTest.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- testsuite/misc-ming.all/DefineEditTextVariableNameTest.c    11 Oct 2006 
16:36:45 -0000      1.6
+++ testsuite/misc-ming.all/DefineEditTextVariableNameTest.c    13 Oct 2006 
13:45:31 -0000      1.7
@@ -79,11 +79,14 @@
 
        tf = newSWFTextField();
 
+       SWFTextField_setFlags(tf, SWFTEXTFIELD_DRAWBOX);
+
+
        SWFTextField_setFont(tf, font);
        SWFTextField_addChars(tf, text);
        SWFTextField_addString(tf, text);
 
-       // Give the textField a variablename
+       /* Give the textField a variablename*/
        SWFTextField_setVariableName(tf, varname);
 
        it = SWFMovieClip_add(mo, (SWFBlock)tf);




reply via email to

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