mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
10 lines
201 B
AL
10 lines
201 B
AL
codeunit 50154 "Test Sample TransModel Bad"
|
|
{
|
|
Subtype = Test;
|
|
|
|
[Test]
|
|
[TransactionModel(TransactionModel::AutoRollback)]
|
|
procedure TestPostingRoutineAutoRollback()
|
|
begin
|
|
end;
|
|
}
|