You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/09/01 11:04:02 UTC

[jena] branch main updated (ef194edeef -> e43d109958)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from ef194edeef Merge pull request #1503 from afs/misc
     new 674f459e2e GH-1499: Test use of exclusive mode
     new 1a940edfb3 Rename support code TestOps as LibTestOps
     new e43d109958 Merge pull request #1511 from afs/gh-1499-test

The 10198 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/jena/tdb2/store/TS_Store.java  |  4 +--
 .../jena/tdb2/store/TestStoreConnectionDirect.java |  6 ++--
 .../jena/tdb2/store/TestStoreConnectionMapped.java |  6 ++--
 .../tdb2/sys/{TestOps.java => LibTestOps.java}     |  9 +++--
 .../test/java/org/apache/jena/tdb2/sys/TS_Sys.java |  2 +-
 .../TestTransactionalSystemControl.java}           | 41 ++++++++++++----------
 .../java/org/apache/jena/tdb/store/TS_Store.java   |  4 +--
 .../jena/tdb/store/TestStoreConnectionsDirect.java |  6 ++--
 .../jena/tdb/store/TestStoreConnectionsMapped.java |  6 ++--
 .../jena/tdb/sys/{TestOps.java => LibTestOps.java} | 12 +++----
 .../jena/tdb/transaction/TestTransDiskDirect.java  |  6 ++--
 .../jena/tdb/transaction/TestTransDiskMapped.java  |  6 ++--
 12 files changed, 55 insertions(+), 53 deletions(-)
 rename jena-db/jena-tdb2/src/test/java/org/apache/jena/tdb2/sys/{TestOps.java => LibTestOps.java} (87%)
 copy jena-db/jena-tdb2/src/test/java/org/apache/jena/tdb2/{store/TestTransPromoteTDB.java => sys/TestTransactionalSystemControl.java} (50%)
 rename jena-tdb/src/test/java/org/apache/jena/tdb/sys/{TestOps.java => LibTestOps.java} (83%)