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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Xamarin.Utils;

namespace Xamarin.MacDev.Tasks {
[TestFixture (true)]
[TestFixture (false)]
public abstract class GeneratePlistTaskTests_watchOS : GeneratePlistTaskTests_Core {
protected override ApplePlatform Platform => ApplePlatform.WatchOS;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using NUnit.Framework;

namespace Xamarin.MacDev.Tasks {
[TestFixture (true)]
[TestFixture (false)]
public class GeneratePlistTaskTests_watchOS_WatchKitApp : GeneratePlistTaskTests_watchOS {
public GeneratePlistTaskTests_watchOS_WatchKitApp (bool isDotNet)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Xamarin.MacDev;

namespace Xamarin.MacDev.Tasks {
[TestFixture (true)]
[TestFixture (false)]
public class GeneratePlistTaskTests_watchOS_WatchKitExtension : GeneratePlistTaskTests_watchOS {
public GeneratePlistTaskTests_watchOS_WatchKitExtension (bool isDotNet)
Expand Down