Index: test/Common/DelftTools.TestUtils/TestCategory.cs
===================================================================
diff -u -reeefca75115793d990b0af975e727d6ae5c27fd7 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/DelftTools.TestUtils/TestCategory.cs (.../TestCategory.cs) (revision eeefca75115793d990b0af975e727d6ae5c27fd7)
+++ test/Common/DelftTools.TestUtils/TestCategory.cs (.../TestCategory.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -68,17 +68,5 @@
/// Takes more than 20 s to run, usually runs nightly.
///
public const string VerySlow = "Build.VerySlow";
-
- ///
- /// Reproduces JIRA issue.
- ///
- public const string Jira = "JIRA";
-
- ///
- /// Check how new version works with old files or components.
- ///
- public const string BackwardCompatibility = "Build.BackwardCompatibility";
-
- public const string MemoryLeak = "MemoryLeak";
}
}
\ No newline at end of file
Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs (.../TableView2Test.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ test/Common/DelftTools.Tests/Controls/Swf/Table/TableView2Test.cs (.../TableView2Test.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -471,7 +471,7 @@
}
[Test]
- [Category(TestCategory.Jira), Category(TestCategory.WindowsForms), Category(TestCategory.WorkInProgress)]
+ [Category(TestCategory.WindowsForms), Category(TestCategory.WorkInProgress)]
public void ComboBoxTypeEditorWithCustomFormatter_ShouldNotOverwriteColumnFormatting_Tools7594()
{
// types of the item, to be shown in the combo box
@@ -506,7 +506,7 @@
}
[Test]
- [Category(TestCategory.Jira), Category(TestCategory.WindowsForms)]
+ [Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorNonMandatoryItemsWithCustomFormatter_ShouldNotOverwriteColumnFormatting_Tools7594()
{
// types of the item, to be shown in the combo box
@@ -542,7 +542,7 @@
}
[Test]
- [Category(TestCategory.Jira), Category(TestCategory.WindowsForms)]
+ [Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorNonMandatoryWithCustomFormatter_ShouldWork_Tools7594()
{
// types of the item, to be shown in the combo box
@@ -583,7 +583,7 @@
}
[Test]
- [Category(TestCategory.Jira), Category(TestCategory.WindowsForms), Category(TestCategory.WorkInProgress)]
+ [Category(TestCategory.WindowsForms), Category(TestCategory.WorkInProgress)]
public void ComboBoxTypeEditorNonMandatoryItemsAndWithCustomFormatter_ShouldWork_Tools7594()
{
// types of the item, to be shown in the combo box
@@ -627,7 +627,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorWithCustomFormatter_ShouldWork_Tools7594()
{
Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewArgumentBasedPasteControllerTest.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewArgumentBasedPasteControllerTest.cs (.../TableViewArgumentBasedPasteControllerTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewArgumentBasedPasteControllerTest.cs (.../TableViewArgumentBasedPasteControllerTest.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -104,7 +104,6 @@
}
[Test]
- [NUnit.Framework.Category(TestCategory.Jira)] //TOOLS-6385
public void PasteOnFirstLine()
{
SetupOneArgumentTable();
Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewCopyPasteTest.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewCopyPasteTest.cs (.../TableViewCopyPasteTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewCopyPasteTest.cs (.../TableViewCopyPasteTest.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -220,7 +220,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.Integration)]
public void PasteIntoNewRow()
{
Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewTest.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewTest.cs (.../TableViewTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ test/Common/DelftTools.Tests/Controls/Swf/Table/TableViewTest.cs (.../TableViewTest.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -942,7 +942,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorNonMandatoryWithCustomFormatter_ShouldNotOverwriteColumnFormatting_Tools7594()
{
@@ -977,7 +976,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorNonMandatoryWithCustomFormatter_ShouldWork_Tools7594()
{
@@ -1017,7 +1015,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WindowsForms)]
public void ComboBoxTypeEditorWithCustomFormatter_ShouldNotOverwriteColumnFormatting_Tools7594()
{
@@ -1055,7 +1052,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WindowsForms)]
[Category(TestCategory.WorkInProgress)]
public void ComboBoxTypeEditorWithCustomFormatter_ShouldWork_Tools7594()
@@ -2146,7 +2142,6 @@
}
[Test]
- [Category(TestCategory.Jira)]
[Category(TestCategory.WorkInProgress)]
public void ColumnVisibilityPropertyShouldNotAffectDisplayIndexTools9526()
{
Index: test/Common/NetTopologySuite.Extensions.Tests/Geometries/GeometryHelperTest.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -ra7331f27993695beb4383d3662e8b2588296e628
--- test/Common/NetTopologySuite.Extensions.Tests/Geometries/GeometryHelperTest.cs (.../GeometryHelperTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ test/Common/NetTopologySuite.Extensions.Tests/Geometries/GeometryHelperTest.cs (.../GeometryHelperTest.cs) (revision a7331f27993695beb4383d3662e8b2588296e628)
@@ -249,7 +249,6 @@
}
[Test]
- [Category(TestCategory.Jira)] //TOOLS-7021
public void DistanceShouldNotThrowForGeometryNull()
{
var lineString = new LineString(new[] { new Coordinate(0, 0), new Coordinate(10, 0) });
@@ -270,7 +269,6 @@
}
[Test]
- [Category(TestCategory.Jira)] //TOOLS-7021
public void GetNearestFeatureShouldNotThrowForGeometryNull()
{
var nearestFeature = GeometryHelper.GetNearestFeature(new Coordinate(0, 0),
@@ -296,7 +294,6 @@
}
[Test]
- [Category(TestCategory.Jira)] //TOOLS-7021
public void GetFeaturesInRangeShouldNotThrowForGeometryNull()
{
var features = GeometryHelper.GetFeaturesInRange(new Coordinate(0, 0),