Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/common/ConfigurationNUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ public static void AssertiOS32BitAvailable ()
}
#endif // !XAMMAC_TESTS

public static void AssertDotNetAvailable ()
{
}

public static void AssertLegacyXamarinAvailable ()
{
Assert.Ignore ("Legacy xamarin build not enabled");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,5 @@ public void InvalidXamarinSdkRoot ()

Assert.AreEqual ("XYZ", task.XamarinSdkRoot, "#1");
}

[Test]
public void InexistentSDKVersion ()
{
Configuration.AssertLegacyXamarinAvailable ();
Configuration.IgnoreIfIgnoredPlatform (ApplePlatform.iOS);
var task = CreateTask<DetectSdkLocations> ();
task.SdkVersion = "4.0";
task.TargetFrameworkMoniker = TargetFramework.DotNet_iOS_String;
Assert.IsTrue (task.Execute (), "4.0 Execute");

Assert.AreNotEqual ("4.0", task.SdkVersion, "#1");

task.SdkVersion = "44.0";
Assert.IsFalse (task.Execute (), "44.0 Execute");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ public override void Setup ()
{
base.Setup ();

Configuration.AssertDotNetAvailable ();

ConfigureTask ();

ExecuteTask (Task);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public void TestLipoExecutable ()
[Test]
public void TestPEAssembly ()
{
Configuration.AssertDotNetAvailable ();
var complexAssemblyPath = Path.Combine (Configuration.RootPath, "tests", "common", "TestProjects", "ComplexAssembly", "bin", "Debug", Configuration.DotNetTfm);
var complexFiles = new string [] {
"ComplexAssembly.dll",
Expand Down
287 changes: 0 additions & 287 deletions tests/msbuild/Xamarin.MacDev.Tests/MSBuild-Smoke.cs

This file was deleted.

This file was deleted.

Loading
Loading