diff --git a/Andr.Unit/Andr.Unit.csproj b/Andr.Unit/Andr.Unit.csproj index 1d64a1b..0ce74c0 100644 --- a/Andr.Unit/Andr.Unit.csproj +++ b/Andr.Unit/Andr.Unit.csproj @@ -115,9 +115,17 @@ {6A005891-A3D6-4398-A729-F645397D573A} Android.NUnitLite - - {06D00E82-E637-4A8A-95BE-3E1ADE925B9B} - m4a.tests + + {35DEE616-4AD5-4560-9E19-A86836857626} + android_Mono.Reactive.Testing + + + {33044C7B-47A4-4113-A61A-EB429407F818} + MonoDroid.Dialog + + + {93322E90-1596-443D-AE38-F4B4D868BE24} + android_Tests.System.Reactive \ No newline at end of file diff --git a/Andr.Unit/MainActivity.cs b/Andr.Unit/MainActivity.cs index ce19029..2a2da07 100644 --- a/Andr.Unit/MainActivity.cs +++ b/Andr.Unit/MainActivity.cs @@ -32,7 +32,7 @@ namespace Andr.Unit // tests can be inside the main assembly AddTest (Assembly.GetExecutingAssembly ()); // or in any reference assemblies - AddTest (typeof (m4a.tests.RunnerTest).Assembly); + AddTest (typeof (ReactiveTests.Extensions).Assembly); // or in any assembly that you load (since JIT is available) #if false diff --git a/Andr.Unit/Resources/Resource.designer.cs b/Andr.Unit/Resources/Resource.designer.cs index 291e7c6..b09da34 100644 --- a/Andr.Unit/Resources/Resource.designer.cs +++ b/Andr.Unit/Resources/Resource.designer.cs @@ -1,3 +1,4 @@ +#pragma warning disable 1591 // ------------------------------------------------------------------------------ // // This code was generated by a tool. @@ -8,13 +9,20 @@ // // ------------------------------------------------------------------------------ +[assembly: Android.Runtime.ResourceDesignerAttribute("Andr.Unit.Resource", IsApplication=true)] + namespace Andr.Unit { + [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] public partial class Resource { + public static void UpdateIdValues() + { + } + public partial class Attribute { @@ -149,3 +157,4 @@ namespace Andr.Unit } } } +#pragma warning restore 1591