restore Directory deletion, albeit without garbage collection
[scpubgit/stemmatology.git] / t / text_tradition_directory.t
index 2e18c20..dd8eeec 100644 (file)
@@ -81,8 +81,7 @@ is( ref( $nt ), 'Text::Tradition', "Made new tradition" );
        is( scalar $f->tradition_ids, 1, "Object is deleted from index" );
 }
 
-SKIP: {
-       skip 'Have yet to figure out garbage collection', 1;
+{
        my $g = Text::Tradition::Directory->new( 'dsn' => $dsn );
        my $scope = $g->new_scope;
        is( scalar $g->tradition_ids, 1, "Now one object in new directory index" );