Do not include tests for AssociatedMetadataTypeTypeDescriptionProvider in MOBILE...
authorSebastien Pouliot <sebastien@xamarin.com>
Tue, 23 Jul 2013 13:03:45 +0000 (09:03 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Tue, 23 Jul 2013 13:03:45 +0000 (09:03 -0400)
mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProviderTests.cs

index 340cde8c78b3db2edd6b31d43d16b15db1ec9f6c..d0d39e121d444721db2ed294526a0a965e530e0d 100644 (file)
@@ -27,6 +27,8 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+
+#if !MOBILE
 using System;
 using System.ComponentModel;
 using System.ComponentModel.DataAnnotations;
@@ -77,3 +79,4 @@ namespace MonoTests.System.ComponentModel.DataAnnotations
                }
        }
 }
+#endif
\ No newline at end of file