tmf: Fix compilation error in XmlAnalysisModuleSourceTest
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 19 Feb 2014 16:02:10 +0000 (11:02 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 19 Feb 2014 16:43:47 +0000 (11:43 -0500)
Change-Id: Id8f79e368c8229a11daf1ee22b29624e36feab46
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/22247
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
IP-Clean: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.tmf.analysis.xml.ui.tests/src/org/eclipse/linuxtools/tmf/analysis/xml/ui/tests/module/XmlAnalysisModuleSourceTest.java

index c35a44c85350e430eb51324dc38bc009c0ad7ba6..8a4246690f75d162678569a155c5d4854d75fa41 100644 (file)
@@ -107,7 +107,7 @@ public class XmlAnalysisModuleSourceTest {
          * Make sure module sources are initialized. When run as unit test, the
          * XML module source is sometimes missing
          */
-        TmfAnalysisManager.initializeModuleSources();
+        TmfAnalysisManager.initialize();
 
         Map<String, IAnalysisModuleHelper> modules = TmfAnalysisManager.getAnalysisModules();
         assertFalse(findStateSystemModule(modules.values()));
This page took 0.025501 seconds and 5 git commands to generate.