test/jdk/tools/jpackage/linux/base/MaintainerBase.java
branchJDK-8200758-branch
changeset 57909 c7de06ed4b54
parent 57808 013547ae70ac
child 57910 28412b313c6b
equal deleted inserted replaced
57908:9a005146bc1c 57909:c7de06ed4b54
    60                 if (!line.contains(EMAIL)) {
    60                 if (!line.contains(EMAIL)) {
    61                     throw new AssertionError("Unexpected result: " + line);
    61                     throw new AssertionError("Unexpected result: " + line);
    62                 }
    62                 }
    63             }
    63             }
    64         }
    64         }
    65         
    65 
    66         if (!maintainerFound) {
    66         if (!maintainerFound) {
    67             throw new AssertionError("Maintainer field not found");
    67             throw new AssertionError("Maintainer field not found");
    68         }
    68         }
    69     }
    69     }
    70 
    70