tmf: enable swtbot pcap tests
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 13 Aug 2014 03:21:51 +0000 (23:21 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 15 Aug 2014 21:55:56 +0000 (17:55 -0400)
Change-Id: I21ee396f3edd2e24a6610751ee47df982acdfacc
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Vincent Perot <vincent.perot@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/31492
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.lttng.alltests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllSWTBotTests.java
pom.xml

index f72a8131ed8813f2013d07ab38259e1d41dd4273..d9c0309c95a082e750535b81959f0fd8dee99528 100644 (file)
@@ -31,7 +31,8 @@ Require-Bundle: org.junit;bundle-version="4.0.0",
  org.eclipse.linuxtools.tmf.analysis.xml.core.tests;bundle-version="1.0.0",
  org.eclipse.linuxtools.tmf.analysis.xml.ui.tests;bundle-version="1.0.0",
  org.eclipse.linuxtools.pcap.core.tests;bundle-version="1.0.0",
- org.eclipse.linuxtools.tmf.pcap.core.tests;bundle-version="1.0.0"
+ org.eclipse.linuxtools.tmf.pcap.core.tests;bundle-version="1.0.0",
+ org.eclipse.linuxtools.tmf.pcap.ui.swtbot.tests;bundle-version="1.0.0"
 Export-Package: org.eclipse.linuxtools.lttng.alltests;x-internal:=true
 Import-Package: org.apache.derby.jdbc,
  org.json
index 4bf8b1b7dbf948135b080bb5465adff2360afa8c..fe0d3c76c2aa0cd44b34f181674a589825047de3 100644 (file)
@@ -25,6 +25,7 @@ import org.junit.runners.Suite;
 @Suite.SuiteClasses({
     org.eclipse.linuxtools.tmf.ui.swtbot.tests.AllTmfUISWTBotTests.class,
     org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests.AllTests.class,
+    org.eclipse.linuxtools.tmf.pcap.ui.swtbot.tests.AllTests.class,
     org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests.AllTests.class
 })
 public class RunAllSWTBotTests {
diff --git a/pom.xml b/pom.xml
index c38c2b0db0227c3e085f5206051722164d098a07..470e9d6ebc8e958141b9a9e06f9e89c33e2813b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>org.eclipse.linuxtools.tmf.pcap.core</module>
     <module>org.eclipse.linuxtools.tmf.pcap.core.tests</module>
     <module>org.eclipse.linuxtools.tmf.pcap.ui</module>
+    <module>org.eclipse.linuxtools.tmf.pcap.ui.swtbot.tests</module>
     <module>org.eclipse.linuxtools.tmf.pcap.help</module>
 
     <module>org.eclipse.linuxtools.tmf.analysis.xml.core</module>
This page took 0.027734 seconds and 5 git commands to generate.