Directory modules/test-db/src/test/java/org/jbpm/test/history/

Directory Created:
2009-03-18 09:06
Total Files:
5
Deleted Files:
2
Lines of Code:
389

[root]/modules/test-db/src/test/java/org/jbpm/test/history

Lines of Code

modules/test-db/src/test/java/org/jbpm/test/history/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 634 (100.0%) 19.2
tom.baeyens@jboss.com 28 (84.8%) 570 (89.9%) 20.3
jbarrez 5 (15.2%) 64 (10.1%) 12.8

Most Recent Commits

tom.baeyens@jboss.com 2009-10-15 15:09 Rev.: 5745

JBPM-2524 enable user domain integration

0 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: HistoryTaskAssigneeTest.java (-1), ProcessInstanceHistoryTest.java (-2)
tom.baeyens@jboss.com 2009-10-12 07:48 Rev.: 5728

fixing testsuite problem with clock

1 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: ProcessInstanceHistoryTest.java (+1 -1)
jbarrez 2009-09-11 15:33 Rev.: 5628

Fix for JBPM-2502

0 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: HistoryActivityInstanceQeuryTest.java (del), HistoryDetailQueryTest.java (del)
tom.baeyens@jboss.com 2009-07-17 14:52 Rev.: 5325

JBPM-2398 added history detail query impl and started on the test

97 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: HistoryDetailQueryTest.java (new 97)
jbarrez 2009-07-16 09:36 Rev.: 5309

JBPM-2425: When taskService.completeTask(taskId, outcome) is called with an unexisting outcome, an exception is thrown instead of suspending the process.

1 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: ProcessInstanceHistoryTest.java (+1 -28)
tom.baeyens@jboss.com 2009-06-26 16:29 Rev.: 5135

JBPM-2348 long taskDbid --> String taskId

2 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+1 -1), ProcessInstanceHistoryTest.java (+1 -1)
jbarrez 2009-06-23 09:50 Rev.: 5088

Added additional test case for JBPM-2319: state of HistoryProcessInstance of suspended process instance should be ACTIVE

30 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: ProcessInstanceHistoryTest.java (+30)
jbarrez 2009-06-23 08:43 Rev.: 5087

Added Test for JBPM-2319 and added log message to case when task outcome is not known.

33 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+33)
tom.baeyens@jboss.com 2009-05-19 10:08 Rev.: 4841

JBPM-2221 improved matching of outcome with outgoing transitions and added test case

6 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+3 -2), ProcessInstanceHistoryTest.java (+3 -3)
tom.baeyens@jboss.com 2009-05-18 17:53 Rev.: 4833

JBPM-2256 introducing async continuations

58 lines of code changed in 3 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+1), HistoryTaskAssigneeTest.java (new 56), ProcessInstanceHistoryTest.java (+1)
tom.baeyens@jboss.com 2009-05-15 20:55 Rev.: 4827

JBPM-2026 removed execution locking, moved suspend and resume to ScopeInstanceImpl and introduced suspendHistoryState all in context of adding super states

2 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+2 -2)
tom.baeyens@jboss.com 2009-05-07 11:14 Rev.: 4758

JBPM-2222 fixed stack overflow bug

87 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: HistoryActivityInstanceQeuryTest.java (new 87)
tom.baeyens@jboss.com 2009-04-16 20:28 Rev.: 4570

JBPM-2173 add api to api packages

6 lines of code changed in 3 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: AvgDurationTest.java (+1 -1), EndProcessInstanceTest.java (+2 -2), ProcessInstanceHistoryTest.java (+3 -3)
tom.baeyens@jboss.com 2009-04-16 14:09 Rev.: 4565

JBPM-2171 introducing ProcessInstance

2 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+1 -1), ProcessInstanceHistoryTest.java (+1 -1)
tom.baeyens@jboss.com 2009-04-14 10:47 Rev.: 4547

JBPM-2168 align query methods list and uniqueResult with hibernate

4 lines of code changed in 2 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: EndProcessInstanceTest.java (+2 -2), ProcessInstanceHistoryTest.java (+2 -2)
tom.baeyens@jboss.com 2009-04-13 09:59 Rev.: 4542

JBPM-2123 rename exclusive to decision

3 lines of code changed in 1 file:

  • modules/test-db/src/test/java/org/jbpm/test/history: ChoiceDistributionTest.java (+3 -3)
tom.baeyens@jboss.com 2009-03-20 22:08 Rev.: 4303

JBPM-2054 rest friendly ids

4 lines of code changed in 3 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: AvgDurationTest.java (+1 -1), ChoiceDistributionTest.java (+1 -2), ProcessInstanceHistoryTest.java (+2 -2)
tom.baeyens@jboss.com 2009-03-18 09:06 Rev.: 4269

introducing config tool

298 lines of code changed in 4 files:

  • modules/test-db/src/test/java/org/jbpm/test/history: AvgDurationTest.java (new 83), ChoiceDistributionTest.java (new 75), EndProcessInstanceTest.java (new 65), ProcessInstanceHistoryTest.java (new 75)
Generated by StatSVN 0.5.0