Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created July 23, 2013 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/60c90f52133baed80949 to your computer and use it in GitHub Desktop.
Save saurabh360/60c90f52133baed80949 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: win7’s iPod
Launching /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app -debugtrack -monodevelop-port 10000 -connection-mode usb
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/System.Core.dll [External]
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/System.dll [External]
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/monotouch.dll [External]
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/System.Json.dll [External]
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/MonoTouch.Dialog-1.dll [External]
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/MonoTouch.NUnitLite.dll [External]
Loaded assembly: /private/var/mobile/Applications/AB7460CE-066F-44FC-B7BB-16EB0B421E9E/UnitTestProj.app/UnitTestProj.exe
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
2013-07-23 15:14:06.273 UnitTestProj[141:907] [Runner executing: XamariniOSUnitTest.EnumTest.EnumToStringTest]
2013-07-23 15:14:06.280 UnitTestProj[141:907] [MonoTouch Version: 6.2.7]
2013-07-23 15:14:06.287 UnitTestProj[141:907] [iPod touch: iPhone OS v6.0]
2013-07-23 15:14:06.303 UnitTestProj[141:907] [Device Name: win7’s iPod]
2013-07-23 15:14:06.310 UnitTestProj[141:907] [Device UDID: 07e0dcb50a066ba6a7261e7590a3dc699e64c4c7]
2013-07-23 15:14:06.320 UnitTestProj[141:907] [Device Date/Time: 07/23/2013 15:14:06]
2013-07-23 15:14:06.327 UnitTestProj[141:907] [Bundle: com.xamarin.unittestproj]
2013-07-23 15:14:06.388 UnitTestProj[141:907] [PASS] EnumToStringTest
2013-07-23 15:14:06.412 UnitTestProj[141:907] Tests run: 1 Passed: 1 Inconclusive: 0 Failed: 0 Ignored: 0
2013-07-23 15:15:17.965 UnitTestProj[141:907] [Runner executing: XamariniOSUnitTest.EnumTest.EnumToStringTest]
2013-07-23 15:15:17.978 UnitTestProj[141:907] [MonoTouch Version: 6.2.7]
2013-07-23 15:15:17.984 UnitTestProj[141:907] [iPod touch: iPhone OS v6.0]
2013-07-23 15:15:17.992 UnitTestProj[141:907] [Device Name: win7’s iPod]
2013-07-23 15:15:17.995 UnitTestProj[141:907] [Device UDID: 07e0dcb50a066ba6a7261e7590a3dc699e64c4c7]
2013-07-23 15:15:17.998 UnitTestProj[141:907] [Device Date/Time: 07/23/2013 15:15:17]
2013-07-23 15:15:18.000 UnitTestProj[141:907] [Bundle: com.xamarin.unittestproj]
2013-07-23 15:15:18.016 UnitTestProj[141:907] [PASS] EnumToStringTest
2013-07-23 15:15:18.028 UnitTestProj[141:907] Tests run: 1 Passed: 1 Inconclusive: 0 Failed: 0 Ignored: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment