Author: jeff.yuchang
Date: 2010-12-01 05:08:22 -0500 (Wed, 01 Dec 2010)
New Revision: 1173
Modified:
trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTest.java
Log:
* removed the unused methods in RiftSawTest
Modified: trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTest.java
===================================================================
---
trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTest.java 2010-12-01
09:51:27 UTC (rev 1172)
+++
trunk/integration-tests/src/test/java/org/jboss/soa/bpel/tests/RiftSawTest.java 2010-12-01
10:08:22 UTC (rev 1173)
@@ -64,26 +64,6 @@
public MBeanServerConnection getServer() throws NamingException {
return RiftSawTestHelper.getServer();
}
-
- /** Deploy the given archive
- */
- public void deploy(String archive) throws Exception {
- delegate.deploy(getTestSuiteName(), archive);
- }
-
- /** Undeploy the given archive
- */
- public void undeploy(String archive) throws Exception {
- delegate.undeploy(getTestSuiteName(), archive);
- }
-
- public File getTestFile(String filename) {
- return delegate.getTestFile(getTestSuiteName(), filename);
- }
-
- public URL getTestFileURL(String filename) throws MalformedURLException {
- return delegate.getTestFileURL(getTestSuiteName(), filename);
- }
protected void assertMessageFromFile(String message, String mesgFile) throws Exception
{
String
mesgpath=System.getProperty("test.dir")+java.io.File.separator+getTestSuiteName()+
Show replies by date