Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 345100 - [server] testDeleteProject failed in N201105082000
Summary: [server] testDeleteProject failed in N201105082000
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: John Arthorne CLA
QA Contact:
URL: http://download.eclipse.org/e4/orion/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 04:26 EDT by Tomasz Zarna CLA
Modified: 2011-09-01 11:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2011-05-09 04:26:11 EDT
I guess it's caused by bug 334124.
Comment 1 Tomasz Zarna CLA 2011-05-09 04:26:34 EDT
Stack:

expected:<200> but was:<405> 

java.lang.AssertionError: expected:<200> but was:<405>
at org.eclipse.orion.server.tests.servlets.workspace.WorkspaceServiceTest.testDeleteProject(WorkspaceServiceTest.java:452)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:249)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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 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)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 2 Tomasz Zarna CLA 2011-05-09 04:57:49 EDT
John I tried to fix that, but got confused with your comment in WorkspaceResourceHandler.handleRemoveProject(HttpServletRequest, HttpServletResponse, WebWorkspace)"//format is /workspaceId/project/<projectId>" and the client code update you made. I thought it's /<workspaceId>/<projectId>.
Comment 3 John Arthorne CLA 2011-05-09 09:14:23 EDT
I'll take it.