Add test which is now working
authorMarek Safar <marek.safar@gmail.com>
Fri, 8 Feb 2013 15:12:19 +0000 (16:12 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 8 Feb 2013 15:15:47 +0000 (16:15 +0100)
mcs/class/Mono.Reactive.Testing/Mono.Reactive.Testing_test.dll.sources
mcs/class/build-rx-dll-sources.sh

index f78e0e39f0b947e08ae570da84653373eb4e01a2..6b9a072f714484e40572d3c9ec63c8b8156b43c6 100644 (file)
@@ -41,6 +41,7 @@
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableCreationTest.cs
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableEventsTest.cs
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableExtensionsTest.cs
+../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableExTest.cs
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableImperativeTest.cs
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableJoinsTest.cs
 ../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableMultipleTest.cs
index 0c44fc0ddc731cd55b60df0bf3b3ae1fc413042e..0697463e3917fb6e4a48ba6fe037a6f91bfefe55 100644 (file)
@@ -39,10 +39,6 @@ var excluded_ios_asses = new string [] {
        }
 
 var blacklist = new string [] {
-       // FIXME: this is the only source that we cannot build.
-       //Test/../../../../external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/ObservableExTest.cs(1478,27): error CS0411: The type arguments for method `System.Reactive.Linq.ObservableEx.ManySelect<TSource,TResult>(this System.IObservable<TSource>, System.Func<System.IObservable<TSource>,TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
-       "ObservableExTest.cs",
-
        // WPF Dispatcher.Invoke() is not implemented.
        "DispatcherSchedulerTest.cs",
        // This is not limited to Dispatcher, but many of them are relevant to it, or Winforms (we filter it out by not defining HAS_WINFORMS)