Bug 372954 - Test failures in I20120229-2230
Summary: Test failures in I20120229-2230
Status: CLOSED DUPLICATE of bug 372918
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Git (show other bugs)
Version: 0.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.5 M1   Edit
Assignee: Simon Kaegi CLA
QA Contact:
URL: http://download.eclipse.org/orion/dro...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2012-03-01 05:29 EST by Tomasz Zarna CLA
Modified: 2012-03-01 09:42 EST (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 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 ***