[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9374) AS test suite fails on JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed Jul 20 04:25:23 EDT 2011


AS test suite fails on JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7
-------------------------------------------------------------------------------------

                 Key: JBIDE-9374
                 URL: https://issues.jboss.org/browse/JBIDE-9374
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JBossAS
    Affects Versions: 3.3.0.M3
            Reporter: Andre Dietisheim
            Assignee: Andre Dietisheim
             Fix For: 3.3.0.M3


The tests for JBossAS currently fail on hudson:

JSTDeploymentWarUpdateXML#testWarUpdateMockPublishMethodJBoss7 fails to assert the artifacts that are removed when a module is undeployed. The assert is looking for 2 fails being removed (the .deploy and the .failed markers) whereas the real behavior removes 3 files (the war, the .deployed and the .failed marker)

{code}
-------------------------------------------------------------------------------
Test set: org.jboss.ide.eclipse.as.test.ASTestSuite
-------------------------------------------------------------------------------
Tests run: 58, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 189.093 sec <<< FAILURE!
testAS32Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.003 sec
testAS40Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testAS42Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testAS50Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testAS51Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testAS60Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testAS70Exists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testASHomeExists(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testRuntime32Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.003 sec
testRuntime40Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testRuntime42Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testRuntime50Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testRuntime51Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testRuntime60Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testRuntime70Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testServer32Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.002 sec
testServer40Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testServer42Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testServer50Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0 sec
testServer51Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testServer60Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testServer70Found(org.jboss.ide.eclipse.as.test.PreReqTest)  Time elapsed: 0.001 sec
testCreateBrokenRuntime(org.jboss.ide.eclipse.as.test.classpath.RuntimeServerModelTest)  Time elapsed: 0.042 sec
testJEE13ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest)  Time elapsed: 3.217 sec
testJEE14ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest)  Time elapsed: 0.262 sec
testJEE50ClasspathContainer(org.jboss.ide.eclipse.as.test.classpath.JEEClasspathContainerTest)  Time elapsed: 0.252 sec
testProjectRuntime(org.jboss.ide.eclipse.as.test.classpath.ProjectRuntimeTest)  Time elapsed: 1.242 sec
testMain(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML)  Time elapsed: 1.85 sec
testWarUpdateMockPublishMethod(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML)  Time elapsed: 0.192 sec
testWarUpdateMockPublishMethodJBoss7(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML)  Time elapsed: 0.307 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<2> but was:<3>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML.testMockPublishMethod(JSTDeploymentWarUpdateXML.java:102)
	at org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentWarUpdateXML.testWarUpdateMockPublishMethodJBoss7(JSTDeploymentWarUpdateXML.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

testSingleFile(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester)  Time elapsed: 65.404 sec
testSingleFolder(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester)  Time elapsed: 10.558 sec
testSingleFolderCustomDeployFolderRelative(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester)  Time elapsed: 10.169 sec
testSingleFolderCustomDeployFolderAbsolute(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester)  Time elapsed: 10.243 sec
testSingleFileZipped(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeployableMockDeploymentTester)  Time elapsed: 5.247 sec
testNormalLogic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest)  Time elapsed: 5.224 sec
testForced7Logic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest)  Time elapsed: 5.145 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<2> but was:<3>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.assertExpectedArtifacts(MockJSTPublisherTest.java:114)
	at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.assertRemoved(MockJSTPublisherTest.java:105)
	at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.theTest(MockJSTPublisherTest.java:98)
	at org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTest.testForced7Logic(MockJSTPublisherTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

testNormalLogic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTestDynUtil)  Time elapsed: 0.931 sec
testForced7Logic(org.jboss.ide.eclipse.as.test.publishing.v2.MockJSTPublisherTestDynUtil)  Time elapsed: 1.406 sec
testJBIDE1657(org.jboss.ide.eclipse.as.test.classpath.JBIDE1657Test)  Time elapsed: 0.398 sec
testJBIDE2512a(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512aTest)  Time elapsed: 0.352 sec
testJBIDE2512b(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest)  Time elapsed: 0.47 sec
testJira(org.jboss.ide.eclipse.as.test.publishing.JBIDE4184Test)  Time elapsed: 0.04 sec
testEar5WithJBoss42(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime)  Time elapsed: 0.65 sec
testEar5WithJBoss50(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime)  Time elapsed: 0.162 sec
testEar5WithJBoss51(org.jboss.ide.eclipse.as.test.projectcreation.TestEar5WithJBossRuntime)  Time elapsed: 0.17 sec
testMain(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeploymentTester)  Time elapsed: 5.23 sec
testStandardBinaryChildDeployment(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest)  Time elapsed: 0.731 sec
testStandardBinaryChildDeploymentMockPublishMethod(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest)  Time elapsed: 0.276 sec
testJBoss7BinaryChildDeployment(org.jboss.ide.eclipse.as.test.publishing.v2.JSTDeployBinaryChildModuleTest)  Time elapsed: 0.458 sec
testSingleFile(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 5.704 sec
testSingleFolder(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 10.229 sec
testSingleFolderCustomDeployFolderRelative(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 10.217 sec
testSingleFolderCustomDeployFolderAbsolute(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 10.215 sec
testSingleFileZipped(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 6.202 sec
testSingleFileAS7(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 5.64 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<3> but was:<2>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.testSingleFileAS7(SingleFileDeploymentTester.java:206)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

testSingleFolderAS7(org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester)  Time elapsed: 10.177 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<3> but was:<2>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.singleFolderPublishAndVerifyAS7(SingleFileDeploymentTester.java:252)
	at org.jboss.ide.eclipse.as.test.publishing.v2.SingleFileDeploymentTester.testSingleFolderAS7(SingleFileDeploymentTester.java:215)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
	at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
	at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

testJBossServerGetConfigDirectory(org.jboss.ide.eclipse.as.test.server.JBossServerAPITest)  Time elapsed: 0.02 sec
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list