2007-08-14 Jonathan Chambers <joncham@gmail.com>
authorJonathan Chambers <joncham@gmail.com>
Wed, 15 Aug 2007 02:08:34 +0000 (02:08 -0000)
committerJonathan Chambers <joncham@gmail.com>
Wed, 15 Aug 2007 02:08:34 +0000 (02:08 -0000)
* PhysicalAddress.cs : Test only in 2.0 profile.
Fix build.

svn path=/trunk/mcs/; revision=84131

mcs/class/System/Test/System.Net.NetworkInformation/ChangeLog
mcs/class/System/Test/System.Net.NetworkInformation/PhysicalAddressTest.cs

index c5ef7039cac2a8a31edb6946489f47035a47a54a..93f22329478ec5c108492071f49e4cdf58ab56f1 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-14  Jonathan Chambers  <joncham@gmail.com>
+
+       * PhysicalAddress.cs : Test only in 2.0 profile.
+       Fix build.
+
 2007-08-13  Alan McGovern  <amcgovern@novell.com>
 
        * PhysicalAddress.cs : Added tests for #82403
index 4dfd358a28577daae1b836b87ef41841424fcb58..84867c2cf59effcb7c0157aea67726d8251f6136 100644 (file)
@@ -1,5 +1,6 @@
 using NUnit.Framework;
 using System;
+#if NET_2_0
 using System.Net.NetworkInformation;
 
 namespace MonoTests.System.Net.NetworkInformation
@@ -131,3 +132,5 @@ namespace MonoTests.System.Net.NetworkInformation
                }
        }
 }
+
+#endif