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 place_object_test2.c


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all place_object_test2.c
Date: Mon, 21 May 2007 03:35:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/05/21 03:35:24

Modified files:
        testsuite/misc-ming.all: place_object_test2.c 

Log message:
        comments cleanups

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/place_object_test2.c?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: place_object_test2.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/place_object_test2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- place_object_test2.c        21 May 2007 03:30:29 -0000      1.1
+++ place_object_test2.c        21 May 2007 03:35:24 -0000      1.2
@@ -1,5 +1,5 @@
 /* 
- *   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ *   Copyright (C) 2007 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -97,7 +97,7 @@
   }
   else
   {
-    // check that "static_mc2" do get placed
+    // check that "static_mc2" does get placed
     check_equals(mo, "typeof(static_mc2)", "'movieclip'");
   }
   SWFMovie_nextFrame(mo); // frame3
@@ -118,7 +118,7 @@
   }
   else
   {
-    // check that "static_mc3" do get placed
+    // check that "static_mc3" does get placed
     check_equals(mo, "typeof(static_mc3)", "'movieclip'");
   }
   SWFMovie_nextFrame(mo); // frame4
@@ -140,7 +140,7 @@
   }
   else
   {
-    // check that "static_mc4" do get placed.
+    // check that "static_mc4" does get placed.
     check_equals(mo, "typeof(static_mc4)", "'movieclip'");
   }
   SWFMovie_nextFrame(mo); // frame5
@@ -162,7 +162,7 @@
   }
   else
   {
-    // check that "static_mc5" do get placed.
+    // check that "static_mc5" does get placed.
     check_equals(mo, "typeof(static_mc5)", "'movieclip'");
   }
   SWFMovie_nextFrame(mo); // frame6
@@ -170,7 +170,7 @@
   
   //
   // Odd, where are the movieclips now?
-  // Note that all those movieclips are undefined now.
+  // Note that all those movieclips are defined above but not now.
   //
   if(OUTPUT_VERSION <= 5)
   {




reply via email to

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