This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

copy'n'paste typos in flash synthv2 tests


Be reading flash v2 code...
Index: devs/flash/synthv2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -r1.3 ChangeLog
--- devs/flash/synthv2/current/ChangeLog	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/ChangeLog	28 Nov 2008 08:47:46 -0000
@@ -1,5 +1,10 @@
+2008-11-28  Sergei Gavrikov  <sergei.gavrikov@gmail.com>
+
+	* tests/flash[23].c: Fixed copy'n'paste typos in a naming: flash1 ->
+	flash{2,3}.
+
 2008-11-19  Simon Kallweit  <simon.kallweit@intefo.ch>
 
 	* src/synth.c: Removed cyg_hal_sys_do_mmap() wrapper function.
 	* tests/flash1.c, tests/flash2.c, tests/flash3.c:
 	Fixed a few compiler warnings.
Index: devs/flash/synthv2/current/tests/flash2.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/tests/flash2.c,v
retrieving revision 1.3
diff -u -5 -r1.3 flash2.c
--- devs/flash/synthv2/current/tests/flash2.c	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/tests/flash2.c	28 Nov 2008 08:47:46 -0000
@@ -1,11 +1,11 @@
 /* Hay, the copyright is usefull for something! */
 
 static char copyright[] = 
 "//=========================================================================="
 "//"
-"//      flash1.c"
+"//      flash2.c"
 "//"
 "//      Test flash operations for the synth target synth flash driver"
 "//"
 "//=========================================================================="
 "//####ECOSGPLCOPYRIGHTBEGIN####"
@@ -205,11 +205,11 @@
      to get an exception */
 
     *(char *)flash_start = 'a';
 #endif
 
-    CYG_TEST_PASS_FINISH("flash1");
+    CYG_TEST_PASS_FINISH("flash2");
 }
 
 #endif /* ifndef NA_MSG */
 
-/* EOF flash1.c */
+/* EOF flash2.c */
Index: devs/flash/synthv2/current/tests/flash3.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/synthv2/current/tests/flash3.c,v
retrieving revision 1.3
diff -u -5 -r1.3 flash3.c
--- devs/flash/synthv2/current/tests/flash3.c	20 Nov 2008 19:17:27 -0000	1.3
+++ devs/flash/synthv2/current/tests/flash3.c	28 Nov 2008 08:47:46 -0000
@@ -1,11 +1,11 @@
 /* Hay, the copyright is usefull for something! */
 
 static char copyright[] = 
 "//=========================================================================="
 "//"
-"//      flash1.c"
+"//      flash3.c"
 "//"
 "//      Test flash operations for the synth target synth flash driver"
 "//"
 "//=========================================================================="
 "//####ECOSGPLCOPYRIGHTBEGIN####"
@@ -243,6 +243,6 @@
     CYG_TEST_PASS_FINISH("flash3");
 }
 
 #endif /* ifndef NA_MSG */
 
-/* EOF flash1.c */
+/* EOF flash3.c */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]