Răsfoiți Sursa

add rd.xml's to fix failing test

Oren Novotny 9 ani în urmă
părinte
comite
cd1695f5f7

+ 2 - 1
Ix.NET/Source/System.Interactive.Tests.Uwp.DeviceRunner/Properties/Default.rd.xml

@@ -21,7 +21,8 @@
       An Assembly element with Name="*Application*" applies to all assemblies in
       the application package. The asterisks are not wildcards.
     -->
-    <Assembly Name="*Application*" Dynamic="Required All" />
+    <!--<Assembly Name="*Application*" Dynamic="Required All" />-->
+    <Assembly Name="System.Interactive.Tests.Uwp.DeviceRunner" Dynamic="Required All" />
     
     
     <!-- Add your application specific runtime directives here. -->

+ 4 - 3
Rx.NET/Source/Tests.System.Reactive.Uwp.DeviceRunner/Properties/Default.rd.xml

@@ -21,9 +21,10 @@
       An Assembly element with Name="*Application*" applies to all assemblies in
       the application package. The asterisks are not wildcards.
     -->
-    <Assembly Name="*Application*" Dynamic="Required All" />
-    
-    
+    <!--<Assembly Name="*Application*" Dynamic="Required All" />-->
+    <Assembly Name="Tests.System.Reactive.Uwp.DeviceRunner" Dynamic="Required All" />
+
+
     <!-- Add your application specific runtime directives here. -->