[PATCH] missing parameter in assertFalse
Status: Abandoned
Brought to you by:
hhas
|
From: Nir S. <ni...@fr...> - 2006-03-06 06:29:33
|
--- ASTest/Components/AT_TestCase.applescript Mon Mar 6 08:27:24 2006
+++ ASTest-nir/Components/AT_TestCase.applescript Mon Mar 6
08:27:41 2006
@@ -133,7 +133,7 @@
end if
end assertTrue
- on assertFalse(actualResult)
+ on assertFalse(actualResult, userMsg)
if actualResult is not false then
__AT_testCaseResult's
AT_assertGaveWrongResult("assertFalse", false, actualResult, userMsg)
end if
I had to safe the changed files as text to get a diff. Is there a
better way to create diffs for scripts?
Best Regards,
Nir Soffer
|