This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".
The branch, master has been updated
via f79754573c9fa8fdcb95915b4da730d0f1a0c34f (commit)
via 7ef3f185332e130484ddb032f68235e4fa5891cb (commit)
via ad9be42fed20da84e2d01965026052f238a6fc41 (commit)
from 3d0c7825e4216580e2cff1f857d44bae27acd3e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f79754573c9fa8fdcb95915b4da730d0f1a0c34f
Author: Eike Stepper <[email protected]>
Date: Sun Oct 7 09:25:57 2012 +0200
[391309] RepositorySynchronizer silently fails to cast a TimerTask to
Comparable https://bugs.eclipse.org/bugs/show_bug.cgi?id=391309
commit 7ef3f185332e130484ddb032f68235e4fa5891cb
Author: Eike Stepper <[email protected]>
Date: Sun Oct 7 09:18:23 2012 +0200
[391308] Provide a PriorityQueueRunner
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391308
commit ad9be42fed20da84e2d01965026052f238a6fc41
Author: Eike Stepper <[email protected]>
Date: Sun Oct 7 09:16:20 2012 +0200
Make current test instance available globally during tests
-----------------------------------------------------------------------
Summary of changes:
.../server/syncing/RepositorySynchronizer.java | 143 +++----
.../CDO AllTests (H2 offline).launch | 2 +-
.../emf/cdo/tests/db/AllTestsDBH2Offline.java | 4 -
.../emf/cdo/tests/db/AllTestsDBMysqlOffline.java | 4 -
.../eclipse/emf/cdo/tests/AbstractSyncingTest.java | 2 +-
.../cdo/tests/offline/Bugzilla_312879_Test.java | 416 ++++++++++----------
.../cdo/tests/offline/Bugzilla_319552_Test.java | 8 +-
.../cdo/tests/offline/Bugzilla_325097_Test.java | 6 -
.../cdo/tests/offline/Bugzilla_326047_Test.java | 8 +-
.../cdo/tests/offline/Bugzilla_329014_Test.java | 8 +-
.../cdo/tests/offline/Bugzilla_351078_Test.java | 8 +-
.../cdo/tests/offline/Bugzilla_376470_Test.java | 6 -
.../cdo/tests/offline/Bugzilla_376566_Test.java | 6 -
.../cdo/tests/offline/Bugzilla_376567_Test.java | 6 -
.../offline/OfflineLockRawReplicationTest.java | 23 --
.../emf/cdo/tests/offline/OfflineRawTest.java | 257 ------------
.../eclipse/emf/cdo/tests/offline/OfflineTest.java | 224 +++++++++++
.../eclipse/net4j/util/tests/AbstractOMTest.java | 87 +++--
.../org.eclipse.net4j.util/META-INF/MANIFEST.MF | 1 +
.../net4j/internal/util/test/TestExecuter.java | 55 +++
.../util/concurrent/PriorityQueueRunnable.java | 25 ++
.../net4j/util/concurrent/PriorityQueueRunner.java | 31 ++
.../net4j/util/concurrent/QueueRunner2.java | 28 ++
.../org/eclipse/net4j/util/concurrent/Worker.java | 2 +-
24 files changed, 692 insertions(+), 668 deletions(-)
delete mode 100644
plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/OfflineLockRawReplicationTest.java
delete mode 100644
plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/OfflineRawTest.java
create mode 100644
plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/internal/util/test/TestExecuter.java
create mode 100644
plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/PriorityQueueRunnable.java
create mode 100644
plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/PriorityQueueRunner.java
create mode 100644
plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/QueueRunner2.java
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit