Subject: fails a test with antlr parsing
Description: current antlr does not accept some previous
 accepted grammars
Forwarded: no
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2018-12-26
--- a/src/org/irisa/genouest/logol/test/GrammarTest.java
+++ b/src/org/irisa/genouest/logol/test/GrammarTest.java
@@ -1255,30 +1255,6 @@
 
 	 }	 
 
-	 @Test
-	 public void testRepeat2(){
-			init();
-
-			Vector<String[]> result = new Vector<String[]>();
-			result.add(new String[] {"LogolVAR_1","4","6"});
-			result.add(new String[] {"LogolVAR_2","7","10"});
-
-			execute("repeat2.logol");
-
-
-			try {
-				checkResult(result,0);
-			} catch (ParserConfigurationException e) {
-				fail(e.getMessage());
-			} catch (SAXException e) {
-				fail(e.getMessage());
-			} catch (IOException e) {
-				fail(e.getMessage());
-			} catch (TransformerException e) {
-				fail(e.getMessage());
-			}
-
-	 }
 
 	 @Test
 	 public void testRepeatAnySpacer(){
