Changeset: 5bbaa060c8fd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5bbaa060c8fd
Modified Files:
        testing/Mfilter.py.in
Branch: Oct2012
Log Message:

Fixed filter after changeset 5cc8d9c19479.


diffs (12 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -89,7 +89,7 @@ norm_in  = re.compile('(?:'+')|(?:'.join
     r"^(QUERY|ERROR)( =.* connect)( to|)( ')(localhost)(' port )(\d+)( .*)\n", 
                                                                 # 3: 8
     r"^([Uu]sage: )(/.*/\.libs/|/.*/lt-|)([A-Za-z0-9_]+:?[ \t].*)\n",          
                                                                 # 4: 3
     
r'^(!.*Exception:remote\.[^:]*:\(mapi:monetdb://monetdb@)([^/]*)(/mTests_.*\).*)\n',
                                                        # 5: 4
-    r"^(DBD::monetdb::db table_info warning: Catalog parameter '' ignored at 
)([\./].+/|[A-Z]:\\.+[/\\])([^/\\]+\.pl line \d+\.)\n",            # 6: 3
+    r"^(DBD::monetdb::db table_info warning: Catalog parameter c has to be an 
empty string, as MonetDB does not support multiple catalogs at 
)([\./].+/|[A-Z]:\\.+[/\\])([^/\\]+\.pl line \d+\.)\n",            # 6: 3
     r'^(ERROR REPORTED: DBD:|SyntaxException:parseError)(:.+ at 
)([\./].+/|[A-Z]:\\.+[/\\])([^/\\]+\.pm line \d+\.)\n',                         
# 7: 4
 # filter for geos 3.3 vs. geos 3.2, can be removed if we have 3.3 everywhere
     r"^(ERROR = !ParseException: Expected )('EMPTY' or '\(')( but encountered 
: '\)')\n",                                                       # 8: 3
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to