You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -35,7 +35,6 @@ namespace MonoTests.System.ComponentModel {
|
||||
[TestFixture]
|
||||
public class AttributeCollectionTest {
|
||||
|
||||
#if NET_4_0
|
||||
[Test]
|
||||
public void Ctor_4_0 ()
|
||||
{
|
||||
@@ -76,7 +75,6 @@ namespace MonoTests.System.ComponentModel {
|
||||
return Attributes;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -197,7 +197,6 @@ namespace MonoTests.System.ComponentModel
|
||||
}
|
||||
}
|
||||
|
||||
#if NET_4_0
|
||||
[Test]
|
||||
public void GetCultureName ()
|
||||
{
|
||||
@@ -217,6 +216,5 @@ namespace MonoTests.System.ComponentModel
|
||||
return base.GetCultureName (culture);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@@ -26,7 +26,7 @@
|
||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
#if NET_4_0 && !MOBILE
|
||||
#if !MOBILE
|
||||
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
@@ -400,10 +400,8 @@ namespace MonoTests.System.ComponentModel
|
||||
|
||||
#if MOBILE
|
||||
[TypeConverter("System.ComponentModel.CharConverter, System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
#elif NET_4_0
|
||||
[TypeConverter("System.ComponentModel.CharConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
#else
|
||||
[TypeConverter("System.ComponentModel.CharConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
[TypeConverter("System.ComponentModel.CharConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
|
||||
#endif
|
||||
public virtual Version WithConverterNamedAssmQuald {
|
||||
get { return null; }
|
||||
|
@@ -37,7 +37,6 @@ namespace MonoTests.System.ComponentModel
|
||||
[TestFixture]
|
||||
public class TypeDescriptionProviderTest
|
||||
{
|
||||
#if NET_4_0
|
||||
[Test]
|
||||
public void IsSupportedType ()
|
||||
{
|
||||
@@ -71,7 +70,6 @@ namespace MonoTests.System.ComponentModel
|
||||
return base.GetExtenderProviders (instance);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user