[154359] API improvements to ModuleFactory
diff --git a/tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/ModuleFactoriesExtensionTestCase.java b/tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/ModuleFactoriesExtensionTestCase.java
index 8836939..74ec32f 100644
--- a/tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/ModuleFactoriesExtensionTestCase.java
+++ b/tests/org.eclipse.wst.server.tests.performance/performance/org/eclipse/wst/server/tests/performance/ModuleFactoriesExtensionTestCase.java
@@ -24,7 +24,7 @@
 		if (factories != null) {
 			int size = factories.length;
 			for (int i = 0; i < size; i++) {
-				factories[i].getModules();
+				factories[i].getModules(null);
 			}
 		}
 		stopMeasuring();