8005205: tests missing bugid for repeating annotation change
authorjfranck
Tue, 12 Mar 2013 11:16:30 +0100
changeset 16339 0bc89752353d
parent 16338 7d42d41478e6
child 16340 3c0af3413e0f
8005205: tests missing bugid for repeating annotation change Reviewed-by: jjg, ssides
langtools/test/tools/javac/annotations/repeatingAnnotations/MissingContainer.java
langtools/test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.java
--- a/langtools/test/tools/javac/annotations/repeatingAnnotations/MissingContainer.java	Mon Mar 11 19:03:35 2013 -0700
+++ b/langtools/test/tools/javac/annotations/repeatingAnnotations/MissingContainer.java	Tue Mar 12 11:16:30 2013 +0100
@@ -1,6 +1,6 @@
 /**
  * @test    /nodynamiccopyright/
- * @bug     7169362
+ * @bug     7169362 8001114
  * @author  sogoel
  * @summary ContainerAnnotation does not have FooContainer.class specified
  * @compile/fail/ref=MissingContainer.out -XDrawDiagnostics MissingContainer.java
--- a/langtools/test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.java	Mon Mar 11 19:03:35 2013 -0700
+++ b/langtools/test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.java	Tue Mar 12 11:16:30 2013 +0100
@@ -1,6 +1,6 @@
 /**
  * @test    /nodynamiccopyright/
- * @bug     7169362
+ * @bug     7169362 8001114
  * @author  sogoel
  * @summary Default case not specified for other methods in container annotation
  * @compile/fail/ref=MissingDefaultCase1.out -XDrawDiagnostics MissingDefaultCase1.java