Log Message
Disable "--1"-_expression_ test, it's invalid
Modified Paths
- trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationExpressionTest.java
- trunk/qdox/src/test/java/com/thoughtworks/qdox/AnnotationsModelTest.java
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:
