gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C internals.xml


From: Sandro Santilli
Subject: [Gnash-commit] gnash/doc/C internals.xml
Date: Wed, 21 Feb 2007 09:38:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/21 09:38:12

Modified files:
        doc/C          : internals.xml 

Log message:
        Fixed a typo and updated documentation on how to generate ActionScript 
testcases.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=1.56&r2=1.57

Patches:
Index: internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/internals.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- internals.xml       10 Feb 2007 04:30:51 -0000      1.56
+++ internals.xml       21 Feb 2007 09:38:12 -0000      1.57
@@ -1356,7 +1356,6 @@
        <emphasis>==</emphasis> to check for equality. When possible, use of the
        <emphasis>check_equals()</emphasis> macro is preferred over 
<emphasis>check()</emphasis>
        because it shows what the actual result was in case of a failure. 
-       DejaGnu.
       </para>
       
       <para>
@@ -1366,15 +1365,16 @@
       </para>
       
       <para>
-       Test units are built by running <emphasis>make TestName.swf</emphasis>.
-       This will use TestName.as as source. To build a "visual" tracing
-       version you'd run <emphasis>make TestName.vswf</emphasis>.
+       Test units are built by running <emphasis>make 
TestName-v#.swf</emphasis>.
+       This will use TestName.as as source and the value of # as target 
version.
+       Allowed target version are from 5 to 8 (inclusive).
       </para>
       
       <para>
        Note that if you get a syntax error from the compiler, the line
        number will refer to the pre-processed file. This file is called
-       <emphasis>TestName.as.pp</emphasis> and it's not thrown away by
+       <emphasis>TestName.as.pp</emphasis> or 
<emphasis>TestName-v#.swf.frame#.pp</emphasis>
+       (depending on Ming version) and it's not thrown away by
        <emphasis>makeswf</emphasis> to make debugging easier.
       </para>
 




reply via email to

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