Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-12-19 23:18:05 +0000
committerAlexander Kurtakov2018-12-20 08:09:47 +0000
commit4f83e494b91912e692f8b8705090afcd17ba8bd8 (patch)
treee2bc3dd922d6af431176fc3cd7796b99b0c825f1
parent40f6ea6ace6f0a2f482218f46980b9ece844a7e9 (diff)
downloadorg.eclipse.linuxtools-4f83e494b91912e692f8b8705090afcd17ba8bd8.tar.gz
org.eclipse.linuxtools-4f83e494b91912e692f8b8705090afcd17ba8bd8.tar.xz
org.eclipse.linuxtools-4f83e494b91912e692f8b8705090afcd17ba8bd8.zip
oprofile: Remove no longer used test constant.
Change-Id: I1bd53b6596044458ed6caade24f37cdc4f01f035 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/134291 Tested-by: CI Bot
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.core.tests/src/org/eclipse/linuxtools/oprofile/core/tests/TestCheckEventsPreParse.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/src/org/eclipse/linuxtools/oprofile/core/tests/TestCheckEventsPreParse.java b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/src/org/eclipse/linuxtools/oprofile/core/tests/TestCheckEventsPreParse.java
index 77b93788f8..b930e8a901 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/src/org/eclipse/linuxtools/oprofile/core/tests/TestCheckEventsPreParse.java
+++ b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/src/org/eclipse/linuxtools/oprofile/core/tests/TestCheckEventsPreParse.java
@@ -49,7 +49,6 @@ import org.xml.sax.SAXException;
public class TestCheckEventsPreParse {
private static final String REL_PATH_TO_CHECKEVENT_BAD_UMASK = "resources/test_check-event_invalid_umask.xml";
- private static final String REL_PATH_TO_CHECKEVENT_OK = "resources/test_check-event_ok.xml";
private static final String REL_PATH_TO_INFO_PRE_PARSE_RAW = "resources/test_info_pre_parse_raw.xml";
// the values are checked for validity in the order they

Back to the top