-
Followers
kumarshantanu
AttachmentsNo attachmentsAssociationsNo associationsActivity
on Feb 03, 2010 @ 12:05PM UTC * By stuartsierra
This is probably caused by the way Windows handles paths. Needs a fix for portability.
on Apr 12, 2010 @ 08:41PM UTC * By stuart.halloway
Status changed from New to FixedUsing File/separator should work cross-platform. Added in commit ebf0d212dcc076ebee6984d276ff037ce1a7ecbe.
on Apr 12, 2010 @ 08:44PM UTC * By stuart.halloway
Milestone changed from Backlog to Release 1.2Time ExpenditureLoading


<snip>passing tests</snip>
FAIL in (test-relative-path-string) (run-test503247994263281606.clj:130)
absolute path strings are forbidden
expected: (thrown? IllegalArgumentException (relative-path-string "/baz"))
actual: nil
FAIL in (test-relative-path-string) (run-test503247994263281606.clj:130)
absolute File paths are forbidden
expected: (thrown? IllegalArgumentException (relative-path-string (File. "/quux")))
actual: nil
FAIL in (test-file) (run-test503247994263281606.clj:130)
no sneaking in absolute paths!
expected: (thrown? IllegalArgumentException (file "foo" "bar" "/boom" "baz" "quux"))
actual: nil
FAIL in (test-as-url) (run-test503247994263281606.clj:130)
expected: (= (URL. "file:/foo") (as-url (File. "/foo")))
actual: (not (= #<URL file:/foo> #<URL file:/C:/foo>))
<snip>passing tests</snip>
4 failures, 0 errors