]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Moving test java files into a proper heirarchy. Moving the compilation
authorJoe Buck <jbbuck@gmail.com>
Fri, 2 Nov 2012 00:14:10 +0000 (17:14 -0700)
committerJoe Buck <jbbuck@gmail.com>
Thu, 8 Nov 2012 17:27:49 +0000 (09:27 -0800)
commit5dec9172d94bb7cdb72eba74f19cdce53f85b127
treeb27a42d3b194148b6d218aa4bf6bfbc039eafd4e
parent08ee7364bc8c561dcdaefe829278e7bcc4459282
Moving test java files into a proper heirarchy. Moving the compilation
of tests classes from build.xml to Makefile and editing configure.ac to
look for the junit4 jar in the default location of /usr/share/java. It
is still possible to build and run tests from build.xml as well as
Makefile.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewed-by: Noah Watkins <noahwatkins@gmail.com>
12 files changed:
configure.ac
src/java/Makefile.am
src/java/README
src/java/build.xml
src/java/test/CephDoubleMountTest.java [deleted file]
src/java/test/CephMountCreateTest.java [deleted file]
src/java/test/CephMountTest.java [deleted file]
src/java/test/CephUnmountedTest.java [deleted file]
src/java/test/com/ceph/fs/CephDoubleMountTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephMountCreateTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephMountTest.java [new file with mode: 0644]
src/java/test/com/ceph/fs/CephUnmountedTest.java [new file with mode: 0644]