Index: /trunk/Nebulous-Server/t/09_server_stat_object.t
===================================================================
--- /trunk/Nebulous-Server/t/09_server_stat_object.t	(revision 5491)
+++ /trunk/Nebulous-Server/t/09_server_stat_object.t	(revision 5492)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 09_server_stat_object.t,v 1.6 2005-08-25 01:40:04 jhoblitt Exp $
+# $Id: 09_server_stat_object.t,v 1.7 2005-11-09 01:35:59 jhoblitt Exp $
 
 use strict;
@@ -37,5 +37,5 @@
 
 {
-    my $uri = $neb->create_object( "foo", 9, "node01", "foobar" );
+    my $uri = $neb->create_object( "foo", 0, "node01", "foobar" );
 
     my $info = $neb->stat_object( "foo" );
@@ -44,5 +44,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/09_server_stat_object.t
===================================================================
--- /trunk/Nebulous/t/09_server_stat_object.t	(revision 5491)
+++ /trunk/Nebulous/t/09_server_stat_object.t	(revision 5492)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 09_server_stat_object.t,v 1.6 2005-08-25 01:40:04 jhoblitt Exp $
+# $Id: 09_server_stat_object.t,v 1.7 2005-11-09 01:35:59 jhoblitt Exp $
 
 use strict;
@@ -37,5 +37,5 @@
 
 {
-    my $uri = $neb->create_object( "foo", 9, "node01", "foobar" );
+    my $uri = $neb->create_object( "foo", 0, "node01", "foobar" );
 
     my $info = $neb->stat_object( "foo" );
@@ -44,5 +44,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" );
