* .hgignore: Removed tests/regression/junit/*.class, added
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 14 Jun 2008 10:29:01 +0000 (12:29 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sat, 14 Jun 2008 10:29:01 +0000 (12:29 +0200)
commit65df5e08b13883344eea8e0caf1c52b151229c5b
treeedbf9458d0238b3aa9ef4d65ce7595f25e1a5f97
parente420d9f35c966d111a0977c3f4e85260ecdd0b94
* .hgignore: Removed tests/regression/junit/*.class, added
tests/regression/base/*.class.
* configure.ac (AC_CONFIG_FILES): Removed
tests/regression/junit/Makefile, added
tests/regression/base/Makefile.
* tests/regression/Makefile.am (SUBDIRS): Removed junit, added base.
* tests/regression/junit/All.java,
tests/regression/junit/Makefile.am,
tests/regression/junit/TestExceptionInStaticClassInitializer.java,
tests/regression/junit/TestPatcher.java: Moved from here...
* tests/regression/base/All.java,
tests/regression/base/Makefile.am,
tests/regression/base/TestExceptionInStaticClassInitializer.java,
tests/regression/base/TestPatcher.java: ...to here.

--HG--
rename : tests/regression/junit/All.java => tests/regression/base/All.java
rename : tests/regression/junit/Makefile.am => tests/regression/base/Makefile.am
rename : tests/regression/junit/TestExceptionInStaticClassInitializer.java => tests/regression/base/TestExceptionInStaticClassInitializer.java
rename : tests/regression/junit/TestPatcher.java => tests/regression/base/TestPatcher.java
.hgignore
configure.ac
tests/regression/Makefile.am
tests/regression/base/All.java [new file with mode: 0644]
tests/regression/base/Makefile.am [new file with mode: 0644]
tests/regression/base/TestExceptionInStaticClassInitializer.java [new file with mode: 0644]
tests/regression/base/TestPatcher.java [new file with mode: 0644]
tests/regression/junit/All.java [deleted file]
tests/regression/junit/Makefile.am [deleted file]
tests/regression/junit/TestExceptionInStaticClassInitializer.java [deleted file]
tests/regression/junit/TestPatcher.java [deleted file]