Make testing more generic.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 7 Sep 2019 16:59:59 +0000 (18:59 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 7 Sep 2019 16:59:59 +0000 (18:59 +0200)
commit438237c2b8c995d4f9562d53bfe4ea63c4442054
tree3a99c8ef816368afe2af8a7b6bfa21bc1ac98484
parent9885228c89ca6da1835c1c3e098c92589d76301e
Make testing more generic.
37 files changed:
org.argeo.core/pom.xml
org.argeo.core/src/org/argeo/sync/fs/PathSync.java
org.argeo.core/src/org/argeo/sync/fs/SyncFileVisitor.java
org.argeo.enterprise/bnd.bnd
org.argeo.enterprise/build.properties
org.argeo.enterprise/ext/test/AllEnterpriseTests.java [new file with mode: 0644]
org.argeo.enterprise/ext/test/log4j.properties [deleted file]
org.argeo.enterprise/ext/test/org/argeo/fs/FsUtilsTest.java [new file with mode: 0644]
org.argeo.enterprise/ext/test/org/argeo/osgi/useradmin/LdifParserTest.java
org.argeo.enterprise/ext/test/org/argeo/osgi/useradmin/LdifUserAdminTest.java
org.argeo.enterprise/ext/test/org/argeo/osgi/useradmin/UserAdminConfTest.java
org.argeo.enterprise/pom.xml
org.argeo.enterprise/src/org/argeo/fs/BasicSyncFileVisitor.java [new file with mode: 0644]
org.argeo.enterprise/src/org/argeo/fs/FsUtils.java [new file with mode: 0644]
org.argeo.enterprise/src/org/argeo/naming/DnsBrowser.java
org.argeo.enterprise/src/org/argeo/naming/LdifParser.java
org.argeo.enterprise/src/org/argeo/osgi/internal/EnterpriseActivator.java [new file with mode: 0644]
org.argeo.enterprise/src/org/argeo/osgi/useradmin/AbstractUserDirectory.java
org.argeo.enterprise/src/org/argeo/osgi/useradmin/LdapUserAdmin.java
org.argeo.enterprise/src/org/argeo/osgi/useradmin/UserAdminConf.java
org.argeo.enterprise/src/org/argeo/osgi/useradmin/WcXaResource.java
org.argeo.enterprise/src/org/argeo/transaction/simple/SimpleTransaction.java
org.argeo.enterprise/src/org/argeo/transaction/simple/SimpleTransactionException.java [deleted file]
org.argeo.enterprise/src/org/argeo/transaction/simple/SimpleTransactionManager.java
org.argeo.util/build.properties
org.argeo.util/ext/test/org/argeo/util/CsvParserEncodingTest.java [new file with mode: 0644]
org.argeo.util/ext/test/org/argeo/util/CsvParserEncodingTestCase.java [deleted file]
org.argeo.util/ext/test/org/argeo/util/CsvParserParseFileTest.java
org.argeo.util/ext/test/org/argeo/util/CsvParserTest.java [new file with mode: 0644]
org.argeo.util/ext/test/org/argeo/util/CsvParserTestCase.java [deleted file]
org.argeo.util/ext/test/org/argeo/util/CsvParserWithQuotedSeparatorTest.java
org.argeo.util/ext/test/org/argeo/util/CsvWriterTest.java [new file with mode: 0644]
org.argeo.util/ext/test/org/argeo/util/CsvWriterTestCase.java [deleted file]
org.argeo.util/src/org/argeo/util/test/Test.java [deleted file]
org.argeo.util/src/org/argeo/util/test/TestStatus.java [deleted file]
org.argeo.util/src/org/argeo/util/test/Tester.java [new file with mode: 0644]
org.argeo.util/src/org/argeo/util/test/TesterStatus.java [new file with mode: 0644]