Add another line that can make files different without a problem.

This commit is contained in:
Diomidis Spinellis 2010-05-24 05:22:04 +00:00
parent be16a6b0ee
commit d69eda41a3
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}