From 03f0a71a3a19605a2a151e32adbd53a71ae64072 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Wed, 1 Jun 2016 03:29:16 -0400 Subject: [PATCH] BUg 495095 - Disable a test that tests functionality that isn't implemented yet Change-Id: I43af3f590269088dbd17da1abd7cdada837a7f0d --- .../ui/tests/text/contentassist2/CPPParameterGuessingTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CPPParameterGuessingTests.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CPPParameterGuessingTests.java index 4ed70d6dbb5..6716cb1677d 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CPPParameterGuessingTests.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CPPParameterGuessingTests.java @@ -89,7 +89,7 @@ public class CPPParameterGuessingTests extends AbstractContentAssistTest { // void foo(){ // aClass aTypeObj; // tFunc ( - public void testTemplateFunction() throws Exception { + public void _testTemplateFunction() throws Exception { Map resultsMap = new HashMap<>(); resultsMap.put("tFunc (x, y)", new String[][] { { "aTypeObj" }, { "bTypeObj" } }); assertParametersGuesses(resultsMap);