Bug 363271 - CoreFilesTest#testCreateTopLevelFile failed in I20111108-2200
Summary: CoreFilesTest#testCreateTopLevelFile failed in I20111108-2200
Status: RESOLVED WORKSFORME
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Server (show other bugs)
Version: 0.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-11-09 04:29 EST by Tomasz Zarna CLA
Modified: 2011-11-14 04:30 EST (History)
0 users

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-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.