mbien commented on code in PR #8747:
URL: https://github.com/apache/netbeans/pull/8747#discussion_r2294227434
##########
java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/AnnotationTest.java:
##########
@@ -1134,6 +1135,96 @@ public void testRemoveAnnotationEnumConstant() throws
Exception {
"}\n");
}
+ public void testAnnotationRemoveLastAttribute1() throws Exception {
+ testFile = new File(getWorkDir(), "Test.java");
+ TestUtilities.copyStringToFile(testFile,
+ "package hierbas.del.litoral;\n" +
+ "\n" +
Review Comment:
want to use code blocks for new tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists