mirror of https://github.com/dspinellis/UMLGraph
Add another line that can make files different without a problem.
This commit is contained in:
parent
be16a6b0ee
commit
d69eda41a3
|
|
@ -68,6 +68,9 @@ public class TestUtils {
|
|||
} else if (refLine.startsWith("<!-- Generated by javadoc ")) {
|
||||
if (!outFile.startsWith("<!-- Generated by javadoc "))
|
||||
break;
|
||||
} else if (refLine.startsWith("<!-- UML diagram added by UMLGraph")) {
|
||||
if (!outFile.startsWith("<!-- UML diagram added by UMLGraph"))
|
||||
break;
|
||||
} else if (!refLine.equals(outFile)) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue