test/langtools/jdk/javadoc/doclet/testGroupOption/TestGroupOption.java
changeset 50293 edfb87b2520e
parent 48215 b8b124236073
child 53097 2e82ca64b25d
--- a/test/langtools/jdk/javadoc/doclet/testGroupOption/TestGroupOption.java	Tue May 29 12:57:39 2018 -0500
+++ b/test/langtools/jdk/javadoc/doclet/testGroupOption/TestGroupOption.java	Tue May 29 11:20:04 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug      4924383 8149402
+ * @bug      4924383 8149402 8196202
  * @summary  Test to make sure the -group option works correctly
  *           with the given pattern usages.
  * @author   jamieh
@@ -60,6 +60,7 @@
     // Make sure that the headers of group that is defined using patterns are printed.
     void test2() {
         javadoc("-d", "out-2",
+                "--frames",
                 "-sourcepath", testSrc,
                 "-group", "Group pkg*", "pkg*",
                 "-group", "Group abc*", "abc*",