Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
prevent test failure as tests use the same repository for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Pieroni committed Jan 10, 2008
1 parent 520dd7b commit 1127ebd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public void testCrawl ()
&& ( result.getArchetypes ().size () >= 7 )
);

instance.writeCatalog(result, new File(repository, "archetype-catalog.xml"));
// TODO: should write to another directory
// instance.writeCatalog(result, new File(repository, "archetype-catalog.xml"));
}

// public void testCrawl2 ()
Expand Down

0 comments on commit 1127ebd

Please sign in to comment.