Update of /cvsroot/monetdb/sql/src/test/Skyserver/Tests
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14753/Tests

Modified Files:
      Tag: SQL_2-16
        Skyserver.SQL 
Log Message:
Drop some functions which were not dropped in the end of the test.
Split the Skyserver_tables into Skyserver_tables and Skyserver_constraints.



Index: Skyserver.SQL
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Skyserver/Tests/Skyserver.SQL,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- Skyserver.SQL       3 Jan 2007 12:39:52 -0000       1.5
+++ Skyserver.SQL       19 Mar 2007 14:12:16 -0000      1.5.2.1
@@ -29,8 +29,10 @@
 
 echo tables
 $SQL1 < $RELSRCDIR/../../../sql/math.sql
+$SQL1 < $RELSRCDIR/../../../sql/cache.sql
 $SQL1 < $RELSRCDIR/../../../sql/ms_functions.sql
 $SQL1 < ${RELSRCDIR}/../Skyserver_tables.sql
+$SQL1 < ${RELSRCDIR}/../Skyserver_constraints.sql
 
 echo views
 $SQL1 < ${RELSRCDIR}/../Skyserver_views.sql
@@ -40,7 +42,11 @@
 
 echo Cleanup
 $SQL1 < ${RELSRCDIR}/../Skyserver_dropFunctions.sql
+$SQL1 < ${RELSRCDIR}/../Skyserver_dropMs_functions.sql
+$SQL1 < ${RELSRCDIR}/../Skyserver_dropMath.sql
+$SQL1 < ${RELSRCDIR}/../Skyserver_dropCache.sql
 $SQL1 < ${RELSRCDIR}/../Skyserver_dropViews.sql
+$SQL1 < ${RELSRCDIR}/../Skyserver_dropConstraints.sql
 $SQL1 < ${RELSRCDIR}/../Skyserver_dropTables.sql
 
 echo Remove User


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to