< prev index next >

test/java/util/logging/FileHandlerPatternExceptions.java

Print this page

        

*** 47,56 **** --- 47,57 ---- * @bug 8025690 * @summary tests that an empty or null pattern always result in an exception. * @run main/othervm FileHandlerPatternExceptions UNSECURE * @run main/othervm FileHandlerPatternExceptions SECURE * @author danielfuchs + * @key randomness */ public class FileHandlerPatternExceptions { /** * We will test null/empty pattern in two configurations.
< prev index next >