Directory modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model/

Directory Deleted:
2009-06-23 21:29
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model

Lines of Code

modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 70 (100.0%) 1516 (100.0%) 21.6
tom.baeyens@jboss.com 56 (80.0%) 813 (53.6%) 14.5
thomas.diesler@jboss.com 14 (20.0%) 703 (46.4%) 50.2

Most Recent Commits

tom.baeyens@jboss.com 2009-06-23 21:29 Rev.: 5099

JBPM-2307 moved api package env to pvm internal

0 lines of code changed in 9 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (del), DbModelTests.java (del), HibernateJobDbSessionTest.java (del), ProcessCacheDbTest.java (del), ProcessDefinitionDbTest.java (del), ProcessExecutionDbTest.java (del), SessionFactoryDbTest.java (del), WireDbTest.java (del), WireTest.java (del)
tom.baeyens@jboss.com 2009-05-30 18:11 Rev.: 4953

JBPM-2048 simplify the DbSession and moved all Sessions to the implementation

1 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+1 -1)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

2 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+2 -2)
tom.baeyens@jboss.com 2009-03-18 09:06 Rev.: 4269

introducing config tool

4 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+4 -8)
tom.baeyens@jboss.com 2009-02-19 15:10 Rev.: 3950

JBPM-1967 rename flow to transition

14 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (+5 -5), ProcessDefinitionDbTest.java (+9 -9)
tom.baeyens@jboss.com 2009-02-10 14:58 Rev.: 3826

first cut of base test classes reorg

6 lines of code changed in 6 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+1 -4), ProcessCacheDbTest.java (+1 -1), ProcessDefinitionDbTest.java (+1 -1), SessionFactoryDbTest.java (+1 -4), WireDbTest.java (+1 -1), WireTest.java (+1 -4)
tom.baeyens@jboss.com 2009-02-06 18:13 Rev.: 3791

JBPM-1972 introduce process definition attachments

26 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessDefinitionDbTest.java (+26)
tom.baeyens@jboss.com 2009-01-22 11:56 Rev.: 3700

JBPM-1753 review event names

10 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessDefinitionDbTest.java (+10 -10)
tom.baeyens@jboss.com 2009-01-20 13:47 Rev.: 3685

JBPM-1974 rename node to activity

12 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (+6 -6), ProcessDefinitionDbTest.java (+6 -6)
tom.baeyens@jboss.com 2009-01-20 10:19 Rev.: 3682

JBPM-1974 rename node to activity

192 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (+138 -138), ProcessDefinitionDbTest.java (+54 -54)
tom.baeyens@jboss.com 2009-01-19 17:01 Rev.: 3677

migrations of process factory to process definition builder

0 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (-1), WireDbTest.java (-4)
tom.baeyens@jboss.com 2009-01-19 10:52 Rev.: 3670

migrations of process factory to process definition builder

45 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: WireDbTest.java (+45 -6)
tom.baeyens@jboss.com 2009-01-16 18:16 Rev.: 3663

switching from ProcessFactory to ProcessDefinitionBuilder

265 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (+90 -9), ProcessDefinitionDbTest.java (+175 -29)
tom.baeyens@jboss.com 2009-01-16 11:07 Rev.: 3659

changed variable-types to types and other type cleanup in the context of creating VariableBuilder

68 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: WireDbTest.java (+68 -88)
tom.baeyens@jboss.com 2009-01-15 18:01 Rev.: 3653

JBPM-1973 further conversions to ProcessDefinitionBuilder

0 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (-3)
tom.baeyens@jboss.com 2008-12-26 14:17 Rev.: 3551

test suite cleanup

109 lines of code changed in 5 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessCacheDbTest.java (+48 -57), ProcessDefinitionDbTest.java (+61 -87), SessionFactoryDbTest.java (-4), WireDbTest.java (-5), WireTest.java (-5)
tom.baeyens@jboss.com 2008-12-26 13:28 Rev.: 3550

split job executor tests in load tests and functional tests

1 lines of code changed in 1 file:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+1 -7)
tom.baeyens@jboss.com 2008-11-17 16:05 Rev.: 2961

removed pvm from api package names

17 lines of code changed in 6 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+2 -2), ProcessCacheDbTest.java (+6 -6), ProcessDefinitionDbTest.java (+5 -5), ProcessExecutionDbTest.java (+1 -1), WireDbTest.java (+2 -2), WireTest.java (+1 -1)
tom.baeyens@jboss.com 2008-11-01 11:19 Rev.: 2735

unification api proposals

8 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessDefinitionDbTest.java (+7 -7), ProcessExecutionDbTest.java (+1 -1)
tom.baeyens@jboss.com 2008-10-31 17:17 Rev.: 2710

unification api proposals

19 lines of code changed in 2 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: ProcessDefinitionDbTest.java (+17 -17), ProcessExecutionDbTest.java (+2 -2)
tom.baeyens@jboss.com 2008-10-31 10:12 Rev.: 2693

unification api proposals

14 lines of code changed in 7 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (+2 -2), ProcessCacheDbTest.java (+2 -2), ProcessDefinitionDbTest.java (+2 -2), ProcessExecutionDbTest.java (+2 -2), SessionFactoryDbTest.java (+2 -2), WireDbTest.java (+2 -2), WireTest.java (+2 -2)
thomas.diesler@jboss.com 2008-09-25 07:31 Rev.: 2372

Remove test wrappers

703 lines of code changed in 14 files:

  • modules/pvm/src/test/java/org/jbpm/pvm/internal/db/model: CommentDbTest.java (new), ProcessCacheDbTest.java (new), ProcessDefinitionDbTest.java (+130 -189), ProcessExecutionDbTest.java (new), SessionFactoryDbTest.java (+10 -3), WireDbTest.java (+195 -189), WireTest.java (+61 -68)
Generated by StatSVN 0.5.0