Index: branches/jhoblitt/ippdb/tests/insert.c
===================================================================
--- branches/jhoblitt/ippdb/tests/insert.c	(revision 7500)
+++ branches/jhoblitt/ippdb/tests/insert.c	(revision 8006)
@@ -343,5 +343,5 @@
         }
 
-        if (!detRunInsert(dbh, "a string", -32)) {
+        if (!detRunInsert(dbh, -32, "a string")) {
             exit(EXIT_FAILURE);
         }
