mirror of https://github.com/dspinellis/UMLGraph
Exit with an error on structural differences
This commit is contained in:
parent
e2595350fd
commit
e5bc6f1f8f
|
|
@ -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";}
|
||||
|
||||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue