mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com> Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com> Co-authored-by: Mandy Chung <mandy.chung@oracle.com> Co-authored-by: Bhavesh Patel <bhavesh.x.patel@oracle.com> Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com> Reviewed-by: mcimadamore, jjg, mchung, anazarov
This commit is contained in:
parent
51f50b64e5
commit
22e233b2e9
214 changed files with 5453 additions and 1175 deletions
|
@ -245,7 +245,7 @@ public class AnnotationProcessing extends ModuleTestBase {
|
|||
List<? extends ProvidesDirective> provides = ElementFilter.providesIn(modle.getDirectives());
|
||||
assertEquals(1, provides.size());
|
||||
assertEquals("api.Api", provides.iterator().next().getService().getQualifiedName().toString());
|
||||
assertEquals("impl.Impl", provides.iterator().next().getImplementation().getQualifiedName().toString());
|
||||
assertEquals("impl.Impl", provides.iterator().next().getImplementations().get(0).getQualifiedName().toString());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue