Closed GoogleCodeExporter closed 8 years ago
Fixed by making the test use a file: URL rather than the http: URL. "svn up"
and tests should work.
Index: Core/Support/KSURLTest.m
===================================================================
--- Core/Support/KSURLTest.m (revision 42)
+++ Core/Support/KSURLTest.m (working copy)
@@ -117,9 +117,9 @@
NSString *cmd = nil;
int rc = -1;
- // God help us all if someone actually buys the following domain.
+ // This file should not exist.
cmd = [path_ stringByAppendingFormat:
- @" -url http://www.qwdf23qf2e4f11wedzxerqwlka.com/ -path %@",
dlpath_];
+ @" -url file:///qwdf23qf2e4f11wedzxerqwlka.test/ -path %@", dlpath_];
rc = RunCommand(cmd);
STAssertTrue(rc != 0, nil);
Original comment by dev...@gmail.com
on 1 Oct 2008 at 12:15
Original issue reported on code.google.com by
philippe...@gmail.com
on 30 Sep 2008 at 12:59