Changeset: 35158dcfbd04 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=35158dcfbd04
Modified Files:
        geom/BugTracker/Tests/copy_into_crash.SF-1975402.stable.err
        geom/sql/Tests/relation.stable.err
Branch: Dec2011
Log Message:

Tests: approve output after error message changes


diffs (68 lines):

diff --git a/geom/BugTracker/Tests/copy_into_crash.SF-1975402.stable.err 
b/geom/BugTracker/Tests/copy_into_crash.SF-1975402.stable.err
--- a/geom/BugTracker/Tests/copy_into_crash.SF-1975402.stable.err
+++ b/geom/BugTracker/Tests/copy_into_crash.SF-1975402.stable.err
@@ -10,11 +10,11 @@ stderr of test 'copy_into_crash.SF-19754
 # 11:37:42 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=30423 
 # 11:37:42 >  
 
-MAPI  = monetdb@alf:35630
+MAPI  = monetdb@sofia:31266
 QUERY = COPY 1 RECORDS INTO nodes from STDIN USING DELIMITERS ',', '\n';
         45111956, 'POINT(52.0697 4.3723)'
         
-ERROR = !SQLException:importTable:value ' 'POINT(52.0697 4.3723)'' from line 1 
field 2 not inserted, expecting type point
+ERROR = !value ' 'POINT(52.0697 4.3723)'' from line 1 field 2 not inserted, 
expecting type point
         !failed to import table
 
 # 13:33:18 >  
diff --git a/geom/sql/Tests/relation.stable.err 
b/geom/sql/Tests/relation.stable.err
--- a/geom/sql/Tests/relation.stable.err
+++ b/geom/sql/Tests/relation.stable.err
@@ -10,36 +10,36 @@ stderr of test 'relation` in directory '
 # 22:42:46 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=koala --port=32262 
 # 22:42:46 >  
 
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('LINESTRING(10 10)');
 ERROR = !MALException:wkb.FromText:IllegalArgumentException: point array must 
contain 0 or >1 elements
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('LINESTRING(10)');
 ERROR = !MALException:wkb.FromText:ParseException: Expected number but 
encountered ')'
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('LINESTRING()');
 ERROR = !MALException:wkb.FromText:ParseException: Expected number but 
encountered ')'
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('LINESTRING');
 ERROR = !MALException:wkb.FromText:ParseException: Expected word but 
encountered end of stream
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('');
 ERROR = !MALException:wkb.FromText:ParseException: Expected word but 
encountered end of stream
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('POINT(10)');
 ERROR = !MALException:wkb.FromText:ParseException: Expected number but 
encountered ')'
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('POINT()');
 ERROR = !MALException:wkb.FromText:ParseException: Expected number but 
encountered ')'
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('POINT');
 ERROR = !MALException:wkb.FromText:ParseException: Expected word but 
encountered end of stream
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = INSERT INTO geoms values ('');
 ERROR = !MALException:wkb.FromText:ParseException: Expected word but 
encountered end of stream
-MAPI  = monetdb@alf:33463
+MAPI  = monetdb@sofia:31266
 QUERY = SELECT a.g, b.g, Relate(a.g,b.g,'Touches') FROM geoms a, geoms b where 
a.g is not NULL and b.g is not NULL;
-ERROR = !MALException:!ERROR: IllegalArgumentException: 
IllegalArgumentException: Should be length 9, is [Touches] instead
+ERROR = !GDKerror:!ERROR: IllegalArgumentException: IllegalArgumentException: 
Should be length 9, is [Touches] instead
 
 # 14:48:45 >  
 # 14:48:45 >  Done.
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to