Index: /trunk/Nebulous-Server/t/03_server_create_object.t
===================================================================
--- /trunk/Nebulous-Server/t/03_server_create_object.t	(revision 5496)
+++ /trunk/Nebulous-Server/t/03_server_create_object.t	(revision 5497)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $
+# $Id: 03_server_create_object.t,v 1.8 2005-11-10 21:30:32 jhoblitt Exp $
 
 use strict;
@@ -85,5 +85,5 @@
     $neb->create_object( "foo", 99 );
 };
-like( $@, qr/Invalid class/, "class doesn't exist" );
+like( $@, qr/did not pass the \'is valid class id\'/, "class doesn't exist" );
 
 Test::Nebulous->setup;
@@ -97,5 +97,5 @@
 
 eval {
-    $neb->create_object( 1, 2, 3, 4, 5 );
+    $neb->create_object( 1, 1, 1, 1, 1 );
 };
 like( $@, qr/2 - 4 were expected/, "too many params" );
Index: /trunk/Nebulous-Server/t/23_client_stat.t
===================================================================
--- /trunk/Nebulous-Server/t/23_client_stat.t	(revision 5496)
+++ /trunk/Nebulous-Server/t/23_client_stat.t	(revision 5497)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 23_client_stat.t,v 1.3 2005-06-30 02:35:06 jhoblitt Exp $
+# $Id: 23_client_stat.t,v 1.4 2005-11-10 21:30:32 jhoblitt Exp $
 
 use strict;
@@ -39,5 +39,5 @@
         proxy => "http://$hostport/nebulous",
     );
-    $neb->create( "foo", 9, "node01", "foobar" );
+    $neb->create( "foo", 0, "node01", "foobar" );
 
     my $info = $neb->stat( "foo" );
@@ -46,5 +46,5 @@
     is( @$info[0], 1,                           "so_id" );
     is( @$info[1], "foo",                       "ext_id" );
-    is( @$info[2], 9,                           "class_id" );
+    is( @$info[2], 0,                           "class_id" );
     is( @$info[3], "foobar",                    "comment" );
     is( @$info[4], 0,                           "read lock" );
Index: /trunk/Nebulous/t/03_server_create_object.t
===================================================================
--- /trunk/Nebulous/t/03_server_create_object.t	(revision 5496)
+++ /trunk/Nebulous/t/03_server_create_object.t	(revision 5497)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 03_server_create_object.t,v 1.7 2005-11-09 01:33:09 jhoblitt Exp $
+# $Id: 03_server_create_object.t,v 1.8 2005-11-10 21:30:32 jhoblitt Exp $
 
 use strict;
@@ -85,5 +85,5 @@
     $neb->create_object( "foo", 99 );
 };
-like( $@, qr/Invalid class/, "class doesn't exist" );
+like( $@, qr/did not pass the \'is valid class id\'/, "class doesn't exist" );
 
 Test::Nebulous->setup;
@@ -97,5 +97,5 @@
 
 eval {
-    $neb->create_object( 1, 2, 3, 4, 5 );
+    $neb->create_object( 1, 1, 1, 1, 1 );
 };
 like( $@, qr/2 - 4 were expected/, "too many params" );
Index: /trunk/Nebulous/t/23_client_stat.t
===================================================================
--- /trunk/Nebulous/t/23_client_stat.t	(revision 5496)
+++ /trunk/Nebulous/t/23_client_stat.t	(revision 5497)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 23_client_stat.t,v 1.3 2005-06-30 02:35:06 jhoblitt Exp $
+# $Id: 23_client_stat.t,v 1.4 2005-11-10 21:30:32 jhoblitt Exp $
 
 use strict;
@@ -39,5 +39,5 @@
         proxy => "http://$hostport/nebulous",
     );
-    $neb->create( "foo", 9, "node01", "foobar" );
+    $neb->create( "foo", 0, "node01", "foobar" );
 
     my $info = $neb->stat( "foo" );
@@ -46,5 +46,5 @@
     is( @$info[0], 1,                           "so_id" );
     is( @$info[1], "foo",                       "ext_id" );
-    is( @$info[2], 9,                           "class_id" );
+    is( @$info[2], 0,                           "class_id" );
     is( @$info[3], "foobar",                    "comment" );
     is( @$info[4], 0,                           "read lock" );
Index: /trunk/Nebulous/t/Test/Nebulous.pm
===================================================================
--- /trunk/Nebulous/t/Test/Nebulous.pm	(revision 5496)
+++ /trunk/Nebulous/t/Test/Nebulous.pm	(revision 5497)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: Nebulous.pm,v 1.7 2005-11-09 01:31:07 jhoblitt Exp $
+# $Id: Nebulous.pm,v 1.8 2005-11-10 21:30:32 jhoblitt Exp $
 
 package Test::Nebulous;
@@ -40,6 +40,6 @@
     $dbh->do( qq{ INSERT INTO volume VALUES (2,'node02',?) }, undef, 'file:' . $dir2 );
 
-    $dbh->do( qq{ INSERT INTO class VALUES (1, 0, "regular data") } );
-    $dbh->do( qq{ INSERT INTO class VALUES (2, 1, "special data") } );
+    $dbh->do( qq{ INSERT INTO class VALUES (0, 0, "regular data") } );
+    $dbh->do( qq{ INSERT INTO class VALUES (1, 1, "special data") } );
 }
 
