Bug 372954

Summary: Test failures in I20120229-2230
Product: [ECD] Orion (Archived) Reporter: Tomasz Zarna <tomasz.zarna>
Component: GitAssignee: Simon Kaegi <simon_kaegi>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 0.5Keywords: test
Target Milestone: 0.5 M1   
Hardware: PC   
OS: Windows XP   
URL: http://download.eclipse.org/orion/drops/I201202292230/org.eclipse.orion.server.tests.AllServerTests.html
Whiteboard:

Description Tomasz Zarna CLA 2012-03-01 05:29:17 EST
1. testGetForbiddenFiles Error Should not be able to get the root expected:<403> but was:<404> 

java.lang.AssertionError: Should not be able to get the root expected:<403> but was:<404>
at org.eclipse.orion.server.tests.servlets.files.CoreFilesTest.testGetForbiddenFiles(CoreFilesTest.java:377)
(...)

2. testUpdateUnexistingConfigEntryUsingPUT Error expected:<404> but was:<400> 

java.lang.AssertionError: expected:<404> but was:<400>
at org.eclipse.orion.server.tests.servlets.git.GitConfigTest.testUpdateUnexistingConfigEntryUsingPUT(GitConfigTest.java:560)
(...)

3. testCheckoutEmptyBranchName Error expected:<404> but was:<400> 

java.lang.AssertionError: expected:<404> but was:<400>
at org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutEmptyBranchName(GitCheckoutTest.java:446)
(...)

4. testCheckoutInvalidBranchName Error expected:<404> but was:<400> 

java.lang.AssertionError: expected:<404> but was:<400>
at org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutInvalidBranchName(GitCheckoutTest.java:466)
(...)
Comment 1 Simon Kaegi CLA 2012-03-01 09:42:05 EST
Tomasz these failures are mine ... all mine. They're related to our handling of welcome files and tracked in Bug 372918

*** This bug has been marked as a duplicate of bug 372918 ***