Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-01-26 01:00:15 +0000
committerSteffen Pingel2012-01-26 01:00:15 +0000
commit647da34a13a5ea9de578e46d28d278f49f8ada68 (patch)
treed836e180c17b4244b389c9e5fedf61d1f7aac6c0
parent483900e8d5047798d11b4869c58117287e6893f6 (diff)
downloadorg.eclipse.mylyn.commons-647da34a13a5ea9de578e46d28d278f49f8ada68.tar.gz
org.eclipse.mylyn.commons-647da34a13a5ea9de578e46d28d278f49f8ada68.tar.xz
org.eclipse.mylyn.commons-647da34a13a5ea9de578e46d28d278f49f8ada68.zip
ensure that unit tests get executed
Bug: 351100
-rw-r--r--org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/ColumnViewerSorterTest.java (renamed from org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/AbstractColumnViewerSorterTest.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/AbstractColumnViewerSorterTest.java b/org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/ColumnViewerSorterTest.java
index dcf4ab62..c991fe13 100644
--- a/org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/AbstractColumnViewerSorterTest.java
+++ b/org.eclipse.mylyn.commons.ui.tests/src/org/eclipse/mylyn/commons/ui/ColumnViewerSorterTest.java
@@ -24,7 +24,7 @@ import org.mockito.Mockito;
/**
* @author Steffen Pingel
*/
-public class AbstractColumnViewerSorterTest {
+public class ColumnViewerSorterTest {
class StubColumnViewerSorter extends AbstractColumnViewerSorter<ColumnViewer, Item> {

Back to the top