Welcome to mirror list, hosted at ThFree Co, Russian Federation.

andr-unit-rx.patch « android « Rx_Xamarin « Source « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f19009bfc866e284962ced5ae38278e4fdb31d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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 @@
       <Project>{6A005891-A3D6-4398-A729-F645397D573A}</Project>
       <Name>Android.NUnitLite</Name>
     </ProjectReference>
-    <ProjectReference Include="..\m4a.tests\m4a.tests.csproj">
-      <Project>{06D00E82-E637-4A8A-95BE-3E1ADE925B9B}</Project>
-      <Name>m4a.tests</Name>
+    <ProjectReference Include="..\..\Mono.Reactive.Testing\android_Mono.Reactive.Testing.csproj">
+      <Project>{35DEE616-4AD5-4560-9E19-A86836857626}</Project>
+      <Name>android_Mono.Reactive.Testing</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\MonoDroid.Dialog\MonoDroid.Dialog\MonoDroid.Dialog.csproj">
+      <Project>{33044C7B-47A4-4113-A61A-EB429407F818}</Project>
+      <Name>MonoDroid.Dialog</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Tests.System.Reactive\android_Tests.System.Reactive.csproj">
+      <Project>{93322E90-1596-443D-AE38-F4B4D868BE24}</Project>
+      <Name>android_Tests.System.Reactive</Name>
     </ProjectReference>
   </ItemGroup>
 </Project>
\ 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
 // ------------------------------------------------------------------------------
 //  <autogenerated>
 //      This code was generated by a tool.
@@ -8,13 +9,20 @@
 //  </autogenerated>
 // ------------------------------------------------------------------------------
 
+[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