langtools/test/com/sun/javadoc/T6735320/T6735320.java
changeset 15713 55f55d4f5f9f
parent 10190 11c701650189
child 23971 f5ff1f5a8dee
--- a/langtools/test/com/sun/javadoc/T6735320/T6735320.java	Fri Feb 08 09:21:19 2013 +0000
+++ b/langtools/test/com/sun/javadoc/T6735320/T6735320.java	Fri Feb 08 17:35:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, 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
@@ -47,8 +47,8 @@
 
     public static void main(String... args) {
         T6735320 tester = new T6735320();
-        if (tester.runJavadoc(ARGS) != 0) {
-            throw new AssertionError("non-zero return code from javadoc");
+        if (tester.runJavadoc(ARGS) == 0) {
+            throw new AssertionError("zero return code from javadoc");
         }
         if (tester.getErrorOutput().contains("StringIndexOutOfBoundsException")) {
             throw new AssertionError("javadoc threw StringIndexOutOfBoundsException");