From b0ccd2d43cc41feadc55c8c6afced884c787753d Mon Sep 17 00:00:00 2001 From: adam-m Date: Thu, 31 May 2012 11:04:23 -0400 Subject: [PATCH] adjust test to new API --- .../src/org/sleuthkit/autopsy/testing/RegressionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/test/qa-functional/src/org/sleuthkit/autopsy/testing/RegressionTest.java b/Testing/test/qa-functional/src/org/sleuthkit/autopsy/testing/RegressionTest.java index 7e1708603b..977e18450f 100644 --- a/Testing/test/qa-functional/src/org/sleuthkit/autopsy/testing/RegressionTest.java +++ b/Testing/test/qa-functional/src/org/sleuthkit/autopsy/testing/RegressionTest.java @@ -205,7 +205,7 @@ public class RegressionTest extends JellyTestCase{ while (sleep) { new Timeout("pausing", 5000).sleep(); // give it a second (or five) to process sleep = false; - for (IngestServiceAbstract serv : IngestManager.enumerateFsContentServices()) { + for (IngestServiceAbstract serv : IngestManager.enumerateAbstractFileServices() ) {//.enumerateFsContentServices()) { sleep = sleep || serv.hasBackgroundJobsRunning(); } }