Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/build.properties3
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64/agentbin1504377 -> 0 bytes
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86/agent.exebin1083904 -> 0 bytes
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86_64/agent.exebin1439232 -> 0 bytes
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml1
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/src/org/eclipse/tcf/debug/test/AbstractTcfUITest.java9
6 files changed, 2 insertions, 11 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/build.properties b/tests/plugins/org.eclipse.tcf.debug.test/build.properties
index ee3cf13cd..c1cf578c2 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/build.properties
+++ b/tests/plugins/org.eclipse.tcf.debug.test/build.properties
@@ -11,5 +11,4 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .,\
- data/
+ .
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64/agent b/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64/agent
deleted file mode 100644
index e51c6c119..000000000
--- a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64/agent
+++ /dev/null
Binary files differ
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86/agent.exe b/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86/agent.exe
deleted file mode 100644
index 694fafb6b..000000000
--- a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86/agent.exe
+++ /dev/null
Binary files differ
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86_64/agent.exe b/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86_64/agent.exe
deleted file mode 100644
index 801cedd1e..000000000
--- a/tests/plugins/org.eclipse.tcf.debug.test/data/agent/win32/x86_64/agent.exe
+++ /dev/null
Binary files differ
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 5b9367f6a..6931dda12 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -38,6 +38,7 @@
<include>**/QueryTests.*</include>
<include>**/TransactionTests.*</include>
</includes>
+ <debugPort>8003</debugPort>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>org.eclipse.platform.ide</product>
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/src/org/eclipse/tcf/debug/test/AbstractTcfUITest.java b/tests/plugins/org.eclipse.tcf.debug.test/src/org/eclipse/tcf/debug/test/AbstractTcfUITest.java
index 7ece8b994..55cef2cde 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/src/org/eclipse/tcf/debug/test/AbstractTcfUITest.java
+++ b/tests/plugins/org.eclipse.tcf.debug.test/src/org/eclipse/tcf/debug/test/AbstractTcfUITest.java
@@ -86,7 +86,6 @@ import org.eclipse.tcf.services.ISymbols;
import org.eclipse.tcf.te.tests.interfaces.IConfigurationProperties;
import org.eclipse.tcf.te.tests.tcf.TcfTestCase;
import org.junit.Assert;
-import org.osgi.framework.Bundle;
/**
* Base test for validating TCF Debugger UI.
@@ -138,14 +137,6 @@ public abstract class AbstractTcfUITest extends TcfTestCase implements IViewerUp
protected RunControlContext fThreadCtx;
/* (non-Javadoc)
- * @see org.eclipse.tcf.te.tests.CoreTestCase#getTestBundle()
- */
- @Override
- protected Bundle getTestBundle() {
- return Activator.getDefault().getBundle();
- }
-
- /* (non-Javadoc)
* @see org.eclipse.tcf.te.tests.CoreTestCase#initialize()
*/
@Override

Back to the top