Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7
-
Fix Version/s: 0.1-intellijidea
-
Component/s: None
-
Labels:None
-
Environment:Win XP, jdk 1.4.2
-
Number of attachments :
Description
[junit] Testcase: testSetConfigDir took 0,157 sec
[junit] FAILED
[junit] expected:<...\> but was:<...>
[junit] junit.framework.ComparisonFailure: expected:<...\> but was:<...>
[junit] at org.codehaus.cargo.intellijidea.CargoConfigurationEditorTest.testSetConfigDir(CargoConfigurationEditorTest.java:93)
[junit]
<SNIPPPP>
[junit] Testcase: testSetHomeDir took 0 sec
[junit] FAILED
[junit] expected:</> but was:<C:\>
[junit] junit.framework.ComparisonFailure: expected:</> but was:<C:\>
[junit] at org.codehaus.cargo.intellijidea.CargoContainerEditorTest.testSetHomeDir(CargoContainerEditorTest.java:100)
[junit]
[junit] [ERROR] Test org.codehaus.cargo.intellijidea.CargoContainerEditorTest FAILED
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Hendrik Schreiber [ hendriks73 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 0.7 [ 11904 ] | |
| Fix Version/s | 0.1-intellijidea [ 12111 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Workflow | jira [ 39188 ] | Cargo [ 55119 ] |
| Component/s | IntelliJ IDEA [ 11701 ] |
The problem with testSetConfigDir is that there's an ending \ to the directory path. I don't know if the code or the test must be changed