Browse Source

Remove unnecessary NUnit attributes from the tests.

pull/146/merge
triton 12 years ago
parent
commit
4cfd5c083e
  1. 1
      tests/Basic/Basic.Tests.cs
  2. 1
      tests/CLITemp/CLITemp.Tests.cs
  3. 1
      tests/CSharpTemp/CSharpTemp.Tests.cs
  4. 1
      tests/STL/STL.Tests.cs
  5. 1
      tests/UTF16/UTF16.Tests.cs
  6. 1
      tests/VTables/VTables.Tests.cs

1
tests/Basic/Basic.Tests.cs

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
using NUnit.Framework;
using Basic;
[TestFixture]
public class BasicTests : GeneratorTestFixture
{
[Test]

1
tests/CLITemp/CLITemp.Tests.cs

@ -2,7 +2,6 @@ using CppSharp.Utils; @@ -2,7 +2,6 @@ using CppSharp.Utils;
using NUnit.Framework;
using CLITemp;
[TestFixture]
public class CLITests : GeneratorTestFixture
{
[Test]

1
tests/CSharpTemp/CSharpTemp.Tests.cs

@ -5,7 +5,6 @@ using CppSharp.Utils; @@ -5,7 +5,6 @@ using CppSharp.Utils;
using NUnit.Framework;
using Foo = CSharpTemp.Foo;
[TestFixture]
public class CSharpTempTests : GeneratorTestFixture
{
[Test]

1
tests/STL/STL.Tests.cs

@ -3,7 +3,6 @@ using System.Linq; @@ -3,7 +3,6 @@ using System.Linq;
using CppSharp.Utils;
using NUnit.Framework;
[TestFixture]
public class STLTests : GeneratorTestFixture
{
[Test]

1
tests/UTF16/UTF16.Tests.cs

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
using NUnit.Framework;
using Foo = UTF16.Foo;
[TestFixture]
public class UTF16Tests : GeneratorTestFixture
{
[Test]

1
tests/VTables/VTables.Tests.cs

@ -12,7 +12,6 @@ public class FooDerived : Foo @@ -12,7 +12,6 @@ public class FooDerived : Foo
}
}
[TestFixture]
public class VTablesTests : GeneratorTestFixture
{
[Test]

Loading…
Cancel
Save