Bug 363271

Summary: CoreFilesTest#testCreateTopLevelFile failed in I20111108-2200
Product: [ECD] Orion (Archived) Reporter: Tomasz Zarna <tomasz.zarna>
Component: ServerAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: 0.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2011-11-09 04:29:28 EST
testCreateTopLevelFile Error expected:<201> but was:<200> 

java.lang.AssertionError: expected:<201> but was:<200>
at org.eclipse.orion.server.tests.servlets.files.CoreFilesTest.testCreateTopLevelFile(CoreFilesTest.java:199)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
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:352)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Tomasz Zarna CLA 2011-11-09 04:30:29 EST
The build contains the following changes which were not present in the previous build, for which all tests passed:
+ Bug 359739 - Allow bundles README and ? wildcards by default in search (FIXED)
+ Bug 362241 - incorrect response (wrong name) when creating a new file (FIXED)
Comment 2 Tomasz Zarna CLA 2011-11-09 04:31:12 EST
The test passes locally, on Windows.
Comment 3 Tomasz Zarna CLA 2011-11-14 04:30:06 EST
The test has been passing in the last few builds. It must have been an intermittent failure.