Skip to content

Instantly share code, notes, and snippets.

@jorbsd
Created March 26, 2010 16:10
Show Gist options
  • Save jorbsd/345058 to your computer and use it in GitHub Desktop.
Save jorbsd/345058 to your computer and use it in GitHub Desktop.
Running tests...
Running test_1
this is a test
this is another test
an error occured: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x1001032f0 "The file “completely_fake_file.txt” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
Running test_2
this is a test
this is another test
an error occured: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x100109bf0 "The file “completely_fake_file.txt” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
Running test_3
this is a test
this is another test
an error occured: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x1001032f0 "The file “completely_fake_file.txt” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
Running test_4
this is a test
this is another test
an error occured: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x1001032f0 "The file “completely_fake_file.txt” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
Running test_5
base continuation
base errorHandler
this is a test
this is another test
an error occured: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x10010a6a0 "The file “completely_fake_file.txt” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment