| |
|
| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.detach.TestVersion
testRemovingOfPersistentObject | public void testRemovingOfPersistentObject()(Code) | | |
testVersion1 | public void testVersion1()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach it
tx.commit
attach => OK
|
testVersion10 | public void testVersion10()(Code) | | Test the attach method with versioning:
make an object persistent
detach
tx.begin
write
tx.commit
tx.begin
attach => FAIL
tx.commit
|
testVersion11 | public void testVersion11()(Code) | | Test the attach method with versioning:
make an object persistent
detach
tx.begin
write
tx.rollback
tx.begin
attach => OK
tx.commit
|
testVersion2 | public void testVersion2()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
write
detach
tx.commit
attach => OK
|
testVersion3 | public void testVersion3()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach
write
tx.commit
attach => FAIL
|
testVersion4 | public void testVersion4()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach it
tx.rollback
attach => OK
|
testVersion5 | public void testVersion5()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
write
detach
tx.rollback
attach => FAIL
|
testVersion6 | public void testVersion6()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach
write
tx.rollback
attach => OK
|
testVersion7 | public void testVersion7()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach(d1)
detach(d2)
tx.commit
write d1
write d2
tx.begin
attach(d1) => OK
tx.commit
tx.begin
attach(d2) => FAIL
tx.commit
|
testVersion8 | public void testVersion8()(Code) | | Test the attach method with versioning:
make an object persistent
tx.begin
detach(d1)
detach(d2)
tx.commit
write d1
write d2
tx.begin
attach(d2) => OK
tx.commit
tx.begin
attach(d1) => FAIL
tx.commit
|
testVersion9 | public void testVersion9()(Code) | | Test the attach method with versioning:
make an object persistent
detach
tx.begin
write
attach => FAIL
tx.commit
|
|
|
|