Skip to content

Commit

Permalink
New patch for RAT-17 to fix test failures. Due to hwright
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/rat/main/trunk@890024 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gmcdonald committed Dec 13, 2009
1 parent 3a6ead3 commit ac285e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Expand Up @@ -23,6 +23,7 @@

import junit.framework.TestCase;

import org.apache.rat.walker.DirectoryWalker;
import org.apache.rat.analysis.util.HeaderMatcherMultiplexer;
import org.apache.rat.test.utils.Resources;

Expand Down
Expand Up @@ -24,7 +24,7 @@

import junit.framework.TestCase;

import org.apache.rat.DirectoryWalker;
import org.apache.rat.walker.DirectoryWalker;
import org.apache.rat.analysis.MockLicenseMatcher;
import org.apache.rat.api.MetaData;
import org.apache.rat.report.RatReport;
Expand Down
Expand Up @@ -24,7 +24,7 @@

import junit.framework.TestCase;

import org.apache.rat.DirectoryWalker;
import org.apache.rat.walker.DirectoryWalker;
import org.apache.rat.analysis.DefaultAnalyserFactory;
import org.apache.rat.analysis.IHeaderMatcher;
import org.apache.rat.analysis.RatHeaderAnalysisException;
Expand Down
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations *
* under the License. *
*/
package org.apache.rat;
package org.apache.rat.walker;

import java.io.IOException;

Expand Down

0 comments on commit ac285e4

Please sign in to comment.