Index: trunk/Nebulous-Server/t/23_client_stat.t
===================================================================
--- trunk/Nebulous-Server/t/23_client_stat.t	(revision 4440)
+++ 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" );
