r1399@llin: dpavlin | 2007-10-31 11:19:39 +0100
[webpac2] / t / 2-input-gutenberg.t
index 5daf8fe..a0e68f9 100755 (executable)
@@ -28,8 +28,7 @@ ok(my $input = new WebPAC::Input(
 ), "new");
 
 ok(my $db = $input->open(
-#      path => "$abs_path/data/excel_95.xls"
-       path => "/data/isis_data/small.rdf",
+       path => "$abs_path/data/gutenberg-small.rdf"
 ), "open");
 ok(my $size = $input->size, "size");