Update of /cvsroot/monetdb/MonetDB4/tests/BugDay_2005-12-19_4.9.3/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17185

Modified Files:
      Tag: MonetDB_4-20
        type_names_are_not_keywords.SF-1227464.milS 
        type_names_are_not_keywords.SF-1227464.stable.out 
Log Message:

ensure that non-fixable bug show (at most) "minor" differences


Index: type_names_are_not_keywords.SF-1227464.milS
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugDay_2005-12-19_4.9.3/Tests/type_names_are_not_keywords.SF-1227464.milS,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -d -r1.1 -r1.1.8.1
--- type_names_are_not_keywords.SF-1227464.milS 22 Dec 2006 15:28:52 -0000      
1.1
+++ type_names_are_not_keywords.SF-1227464.milS 19 Sep 2007 11:37:37 -0000      
1.1.8.1
@@ -1,2 +1,2 @@
 var int := 1 ;
-printf("int=%d\n",int);
+printf("= int=%d\n",int);

Index: type_names_are_not_keywords.SF-1227464.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugDay_2005-12-19_4.9.3/Tests/type_names_are_not_keywords.SF-1227464.stable.out,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -d -r1.1 -r1.1.8.1
--- type_names_are_not_keywords.SF-1227464.stable.out   22 Dec 2006 15:28:52 
-0000      1.1
+++ type_names_are_not_keywords.SF-1227464.stable.out   19 Sep 2007 11:37:37 
-0000      1.1.8.1
@@ -10,8 +10,8 @@
 # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically 
linked.
 # Visit http://monetdb.cwi.nl/ for further information.
 var int := 1 ;
-printf("int=%d\n",int);
-int=1
+printf("= int=%d\n",int);
+= int=1
 quit();
 
 # 11:45:00 >  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to