Index: branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh	(revision 34997)
+++ branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh	(revision 34998)
@@ -10,10 +10,18 @@
 setenv IPPTOPSPS_DATA $datadir/ipptopsps
 
+# before running this test, you must have a mysql user:
+# mkgpc1.sh user localhost eam eam
+
+set mkgpc1 = 0
 set initdb = 0
 set mkdummy = 0
-set initscratch = 1
+set initscratch = 0
 set createqueue = 1
 set initbatch = 0
-set queuename = "test4"
+set queuename = "test"
+
+if ($mkgpc1) then
+  mkgpc1data.dvo
+endif
 
 # create the ipptopsps database
@@ -22,4 +30,5 @@
   # does the database already exist?
   # XXX this command will blow away an existing database!!
+  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps"
   mysql -h localhost -u dvo -pdvo ipptopsps < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
 
@@ -80,5 +89,5 @@
 0
 catdir.cam
-test/catdir.cam
+catdir.cam
 9
 11
