Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2013-01-17 14:47:07 +0000
committerRoland Grunberg2013-01-17 14:49:30 +0000
commit9aa720e5d4384393e1f3e1cbe9d315a7a7942c60 (patch)
tree452ff339a2949a9e8922f0a849fed55a0d69c7aa /changelog/org.eclipse.linuxtools.changelog.tests
parent6e3deb9e1873fa98986bf1567a07eea3125fff9e (diff)
downloadorg.eclipse.linuxtools-9aa720e5d4384393e1f3e1cbe9d315a7a7942c60.tar.gz
org.eclipse.linuxtools-9aa720e5d4384393e1f3e1cbe9d315a7a7942c60.tar.xz
org.eclipse.linuxtools-9aa720e5d4384393e1f3e1cbe9d315a7a7942c60.zip
Temporarily disable ChangeLogWriterTest.
Change-Id: I7c1dc6355e7a3144e20102624f751987032a99c9 Reviewed-on: https://git.eclipse.org/r/9729 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.tests')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests/src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests/src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java b/changelog/org.eclipse.linuxtools.changelog.tests/src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java
index 329c4cc799..3102dce2db 100644
--- a/changelog/org.eclipse.linuxtools.changelog.tests/src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java
+++ b/changelog/org.eclipse.linuxtools.changelog.tests/src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java
@@ -20,7 +20,7 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
@SuiteClasses({
- ChangeLogWriterTest.class,
+// ChangeLogWriterTest.class,
GNUFormatTest.class,
JavaParserTest.class,
CParserTest.class,

Back to the top