Exit with an error on structural differences

This commit is contained in:
Diomidis Spinellis 2018-10-24 13:34:33 +03:00
parent e2595350fd
commit e5bc6f1f8f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
class Version { public static String VERSION = "R5_7_2-47-g70a758";}
class Version { public static String VERSION = "R5_7_2-49-ge25953";}

View File

@ -57,6 +57,7 @@ public class UmlDocTest {
for (String className : differences) {
pw.println(className);
}
System.exit(1);
} else {
pw.println("GOOD, all files are structurally equal");
}