From 71f21d6b5c601e5068c7914b08cf1c09eb40703c Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 27 Nov 2007 09:08:16 +0000 Subject: [PATCH] Ignore META DATA tags when comparing files. --- src/org/umlgraph/test/TestUtils.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/org/umlgraph/test/TestUtils.java b/src/org/umlgraph/test/TestUtils.java index b6ea930..668b5cd 100644 --- a/src/org/umlgraph/test/TestUtils.java +++ b/src/org/umlgraph/test/TestUtils.java @@ -51,13 +51,20 @@ public class TestUtils { refReader = new BufferedReader(new FileReader(refTextFile)); outReader = new BufferedReader(new FileReader(outTextFile)); - // line by line scan, exit when one file ends or lines are not - // equal (and pass over the "Generated by javadoc ..." comments) + /* + * Line by line scan, exit when one file ends or lines are not + * equal. + * Ignore the "Generated by javadoc ..." comments, and the + * "