]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.enterprise/ext/test/AllEnterpriseTests.java
Move file system support to JCR bundle.
[lgpl/argeo-commons.git] / org.argeo.enterprise / ext / test / AllEnterpriseTests.java
diff --git a/org.argeo.enterprise/ext/test/AllEnterpriseTests.java b/org.argeo.enterprise/ext/test/AllEnterpriseTests.java
deleted file mode 100644 (file)
index aed01f2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-import org.argeo.fs.FsUtilsTest;
-import org.argeo.osgi.useradmin.LdifParserTest;
-import org.argeo.osgi.useradmin.UserAdminConfTest;
-import org.argeo.util.test.Tester;
-
-class AllEnterpriseTests {
-
-       public static void main(String[] args) throws Exception {
-               Tester tester = new Tester();
-
-               // FS
-               tester.execute(FsUtilsTest.class.getName());
-
-               // User admin
-               tester.execute(LdifParserTest.class.getName());
-               //tester.execute(LdifUserAdminTest.class.getName());
-               tester.execute(UserAdminConfTest.class.getName());
-       }
-
-}