Added a semi intelligible toString to VersionDescriptor. Added an interactive

console program for debugging.  Made it so you can't snapshot a version if there's 
nothing to snapshot.  Fixed inactive to active transition in OrphanReaper.
Other odds and ends.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-06-18 01:19:39 +00:00
parent 9c17cfa1e0
commit 6fff182633
8 changed files with 361 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ import java.util.Date;
import java.util.List;
import java.util.TreeMap;
import org.alfresco.repo.avm.util.BulkLoad;
import org.alfresco.repo.avm.util.BulkLoader;
/**
* Big test of AVM behavior.
@@ -1809,7 +1809,7 @@ public class AVMServiceTest extends AVMServiceTestBase
try
{
ArrayList<Long> times = new ArrayList<Long>();
BulkLoad loader = new BulkLoad(fService);
BulkLoader loader = new BulkLoader(fService);
loader.recursiveLoad("source/java/org/alfresco/repo", "main:/");
times.add(System.currentTimeMillis());
fService.createSnapshot("main");