Skip to content

Instantly share code, notes, and snippets.

View topgenorth's full-sized avatar

Tom Opgenorth topgenorth

  • Sherwood Park, AB, Canada
View GitHub Profile
12-06-2014 12:20:13.058 -06:00 - iOS test running Xamarin.UITest version: 0.3.5
12-06-2014 12:20:13.058 -06:00 - Skipping local screenshots. Can be enabled with EnableScreenshots() when configuring app.
12-06-2014 12:20:13.058 -06:00 - Artifact folder: /var/folders/61/bhbtr4_51tx9bl3l5lqzl87m0000gn/T/CT-b0358242-c04e-40f9-8e72-ee1d2bcc3c30
12-06-2014 12:20:13.110 -06:00 - Starting app. [ DeviceId: ff38b4ded1c2c83752a17c8b4f0fde1acde2f0c9, BundleId: com.xamarin.calabash.example.creditcardvalidation ]
12-06-2014 12:20:13.705 -06:00 - Killing instruments with PID 1334.
12-06-2014 12:20:13.718 -06:00 - Starting process. [ Path: /usr/bin/instruments, Arguments: -w ff38b4ded1c2c83752a17c8b4f0fde1acde2f0c9 -D "/var/folders/61/bhbtr4_51tx9bl3l5lqzl87m0000gn/T/CT-b0358242-c04e-40f9-8e72-ee1d2bcc3c30/Output-20140612-182013-0586" -t "/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate" "com.xamarin.calabash.example.creditc
----------Calabash Build----------
xcodebuild -xcconfig "Calabash/cal.xcconfig" install -configuration "Debug" -sdk "iphonesimulator" DSTROOT="Calabash/build" WRAPPER_NAME="Calabash.app"
Build settings from command line:
DSTROOT = Calabash/build
SDKROOT = iphonesimulator7.1
WRAPPER_NAME = Calabash.app
Build settings from configuration file 'Calabash/cal.xcconfig':
INSTALL_PATH = /./
OTHER_LDFLAGS = $(inherited) -force_load $(SRCROOT)/calabash.framework/calabash -framework CFNetwork -lstdc++
Scenario: Change the task name # features/edit_task.feature:6
The user should be able to change the name of task.
When I change the name to "Learn iOS programming" # features/step_definitions/edit_task_steps.rb:1
undefined method `clear_text' for #<Object:0x007fc709945778> (NoMethodError)
./features/android/pages/task_details_screen_android.rb:35:in `change_name'
./features/step_definitions/edit_task_steps.rb:2:in `/^I change the name to "(.*?)"$/'
features/edit_task.feature:9:in `When I change the name to "Learn iOS programming"'
Then I should be on the TaskyPro screen # features/step_definitions/tasky_steps.rb:29
And I should see the "Learn iOS programming" task in the list # features/step_definitions/tasky_steps.rb:33
Cleaning Solution: Native2Forms (Debug|iPhoneSimulator)
Cleaning Solution: Platforms (Debug|iPhoneSimulator)
Cleaning: Native2Forms.iOS (Debug|iPhoneSimulator)
Removing output files...
Clean complete
Building Solution: Native2Forms (Debug|iPhoneSimulator)
@topgenorth
topgenorth / gist:b9ad2e9de6bb35cc13b1
Created May 1, 2014 02:42
Code for drawing the "circle"
public abstract class Hole
{
public static readonly float LineWidth = 2f;
protected Hole(int radius)
{
Radius = radius;
}
public PointF Point { get; set; }
@topgenorth
topgenorth / gist:86af5c37d6bdc71da367
Created May 1, 2014 02:07
Draw Image on CGContext
void DrawTargetImage(CGContext context, RectangleF rect)
{
context.ScaleCTM(1, -1);
context.TranslateCTM(0, -Bounds.Height);
context.DrawImage(rect, _targetImage.CGImage);
}
@topgenorth
topgenorth / gist:11011644
Created April 17, 2014 21:06
Google Play Services Component, rev 16
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: error : Tool exited with code: 1. Output: /Users/tom/Desktop/GPSTest/Components/googleplayservices-16.0/lib/android/19.1.0/content/support/v7/mediarouter/res/layout-v17/mr_media_route_list_item.xml:22: error: No resource identifier found for attribute 'paddingStart' in package 'android'
/Users/tom/Desktop/GPSTest/Components/googleplayservices-16.0/lib/android/19.1.0/content/support/v7/mediarouter/res/layout-v17/mr_media_route_list_item.xml:22: error: No resource identifier found for attribute 'paddingEnd' in package 'android'
/Users/tom/Desktop/GPSTest/Components/googleplayservices-16.0/lib/android/19.1.0/content/support/v7/mediarouter/res/layout-v17/mr_media_route_list_item.xml:22: error: Error: No resource found that matches the given name (at 'paddingStart' with value '?android:attr/listPreferredItemPaddingStart').
/Users/tom/Desktop/GPSTest/Components/googleplayservices-16.0/lib/android/19.1.0/content/suppor
@topgenorth
topgenorth / gist:9728905
Created March 23, 2014 19:54
Build Output
Build started 23/03/2014 1:52:06 PM.
__________________________________________________
Project "/Users/tom/temp/XAM150/SOAP/Xamarin_WebServicesAsync_SOAP_Complete/Xamarin.WebServicesAsync.Soap.Droid/Xamarin.WebServicesAsync.Soap.Droid.csproj" (SignAndroidPackage target(s)):
Target _CheckProjectItems:
CheckProjectItems Task
NativeLibraries:
JavaLibraries:
JavaSourceFiles:
Left to Right:
7.92x57mm JS
7.62x51mm
5.56x45mm
7.92x33mm
.40 S&W
9mm Parabellum
public abstract class com.google.android.gms.drive.metadata.MetadataField extends java.lang.Object{
protected com.google.android.gms.drive.metadata.MetadataField(java.lang.String);
protected com.google.android.gms.drive.metadata.MetadataField(java.lang.String, java.util.Collection);
public final java.lang.String getName();
public final java.util.Collection cC();
public final java.lang.Object d(android.os.Bundle);
public final void a(java.lang.Object, android.os.Bundle);
public final void a(com.google.android.gms.common.data.DataHolder, com.google.android.gms.drive.metadata.internal.MetadataBundle, int, int);
protected abstract java.lang.Object e(android.os.Bundle);
protected abstract void a(android.os.Bundle, java.lang.Object);