File r2696
test on windows xp with jdk1.6.0_32,
this failure only on windows.(test on Linux has passed)
Summary:
abbot.script.ScriptTest
testSaveNestedScript(abbot.script.ScriptTest)
junit.framework.ComparisonFailure: Incorrectly saved
expected:<... <script filename="[]nested.xml" />
but was:<... <script filename="[C:\Documents and Settings\minato\Local Settings\Temp\]nested.xml" />
testMoveRelativeParentParent(abbot.script.ScriptTest)
junit.framework.ComparisonFailure: Wrong relative filename (parent parent)
expected:<[../../]relative.xml>
but was:<[C:\Documents and Settings\minato\Local Settings\Temp\baseDir6461693793124261206\one\]relative.xml>
testMoveRelativeParent(abbot.script.ScriptTest)
junit.framework.ComparisonFailure: Wrong relative filename (parent)
expected:<[../]relative.xml>
but was:<[C:\Documents and Settings\minato\Local Settings\Temp\baseDir2404699639712683360\one\]relative.xml>
testMoveRelative(abbot.script.ScriptTest)
junit.framework.ComparisonFailure: Wrong relative filename (sameDir)
expected:<[]relative.xml>
but was: <[C:\Documents and Settings\minato\Local Settings\Temp\baseDir4006744441277286306\one\]relative.xml>
testMoveRelativeChild(abbot.script.ScriptTest)
junit.framework.ComparisonFailure: Wrong relative filename (child)
expected:<[one/]relative.xml>
but was:<[C:\Documents and Settings\minato\Local Settings\Temp\baseDir5565736123359045923\one\]relative.xml>