File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -686,9 +686,8 @@ Function test_withoutTransactions($t : cs.Testing)
686686The Testing context provides methods for manual transaction management :
687687
688688` ` ` 4d
689- Function test_manualTransactions($t : cs.Testing)
690689 // #transaction: false
691-
690+ Function test_manualTransactions($t : cs.Testing)
692691 // Start transaction manually
693692 $t.startTransaction()
694693
@@ -704,9 +703,8 @@ Function test_manualTransactions($t : cs.Testing)
704703 $t.cancelTransaction()
705704 End if
706705
707- Function test_transactionWrapper($t : cs.Testing)
708706 // #transaction: false
709-
707+ Function test_transactionWrapper($t : cs.Testing)
710708 // Execute operation within transaction (auto-rollback)
711709 var $success : Boolean
712710 $success:=$t.withTransaction(Formula(
You can’t perform that action at this time.
0 commit comments