[libvirt-java PATCH 3/6] Remove reference to test.java file that was deleted

Daniel P. Berrangé berrange at redhat.com
Tue May 12 09:51:49 UTC 2020


This was removed in

  commit 2cdc96c2a6ce83ea0605ad81b2e542f0daafa805
  Author: Claudio Bley <cbley at av-test.de>
  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 at redhat.com>
---
 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 at .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- at version@/test.java
+5. There is full javadoc for the API in /usr/share/javadoc/libvirt-java- at version@/
 
-    To run it, first copy the test.java file to writeable directory
-    cp /usr/share/doc/libvirt-java-devel- at version@/test.java ~
-
-    Compile the java file to a class:
-    javac -classpath /usr/share/java/libvirt- at version@.jar test.java
-
-    Then run the program:
-    java -classpath .:/usr/share/java/jna.jar:/usr/share/java/libvirt- at version@.jar test
-
-6. There is full javadoc for the API in /usr/share/javadoc/libvirt-java- at 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




More information about the libvir-list mailing list