This was removed in commit 2cdc96c2a6ce83ea0605ad81b2e542f0daafa805 Author: Claudio Bley <cbley@xxxxxxxxxx> Date: Wed Jan 22 16:45:14 2014 +0100 tests: remove obsolete test driver JUnit is used for quite some time now, which supercedes the tests defined in the old "test" class. Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- README.in | 16 ++-------------- libvirt-java.spec.in | 2 -- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/README.in b/README.in index eb27c3b..34dca65 100644 --- a/README.in +++ b/README.in @@ -13,19 +13,7 @@ By default the installs it to /usr/share/java/@version@.jar 4. You can run the unit tests with ant test. -5. There is a rudimentary functional test program that the libvirt-java-devel -installs put it into /usr/share/doc/libvirt-java-devel-@version@/test.java +5. There is full javadoc for the API in /usr/share/javadoc/libvirt-java-@version@/ - To run it, first copy the test.java file to writeable directory - cp /usr/share/doc/libvirt-java-devel-@version@/test.java ~ - - Compile the java file to a class: - javac -classpath /usr/share/java/libvirt-@version@.jar test.java - - Then run the program: - java -classpath .:/usr/share/java/jna.jar:/usr/share/java/libvirt-@version@.jar test - -6. There is full javadoc for the API in /usr/share/javadoc/libvirt-java-@version@/ - -7. The full API can be found at http://www.libvirt.org/html/libvirt-libvirt.html +6. The full API can be found at http://www.libvirt.org/html/libvirt-libvirt.html diff --git a/libvirt-java.spec.in b/libvirt-java.spec.in index d07b998..034d511 100644 --- a/libvirt-java.spec.in +++ b/libvirt-java.spec.in @@ -80,8 +80,6 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) -%doc src/test/java/test.java - %files javadoc %defattr(-,root,root) -- 2.26.2