Title: [1472] trunk/qdox/src/test/java/com/thoughtworks/qdox: Disable "--1"-_expression_ test, it's invalid
Revision
1472
Author
rfscholte
Date
2011-12-30 07:51:04 -0600 (Fri, 30 Dec 2011)

Log Message

Disable "--1"-_expression_ test, it's invalid

Modified Paths


Diff

Modified: trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationExpressionTest.java (1471 => 1472)


--- trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationExpressionTest.java	2011-12-30 00:15:59 UTC (rev 1471)
+++ trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationExpressionTest.java	2011-12-30 13:51:04 UTC (rev 1472)
@@ -64,7 +64,7 @@
             // testSignExpression
             { "+1", new Integer( 1 ) },
             { "-1", new Integer( -1 ) },
-            { "--1", new Integer( 1 ) },
+            //{ "--1", new Integer( --1 ) },
 
             // testAddSubMultDivExpression
             { "8 / 3", new Integer( 8 / 3 ) },

Modified: trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationsModelTest.java (1471 => 1472)


--- trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationsModelTest.java	2011-12-30 00:15:59 UTC (rev 1471)
+++ trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationsModelTest.java	2011-12-30 13:51:04 UTC (rev 1472)
@@ -26,6 +26,8 @@
         throws Exception
     {
         builder = new JavaProjectBuilder();
+        //builder.setDebugLexer( true );
+        //builder.setDebugParser( true );
     }
 
     protected JavaAnnotation checkClassAnnotation( String source )

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to