ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/udr/testsuite/Test04.pas
(Generate patch)

Comparing ibx/branches/udr/udr/testsuite/Test04.pas (file contents):
Revision 380 by tony, Mon Jan 10 10:08:03 2022 UTC vs.
Revision 381 by tony, Sat Jan 15 00:06:22 2022 UTC

# Line 68 | Line 68 | var MyTestTrigger: TExternalTriggerWrapp
68      Transaction: ITransaction;
69   begin
70    UDRPlugin.Attachment := Attachment;
71 <  MyTestTrigger := UDRPlugin.GetExternalTrigger('MyEmployeeUpdate','fbudrtests!my_employee_update','EMPLOYEE',1{trigger_before});
71 >  MyTestTrigger := UDRPlugin.makeTrigger('MyEmployeeUpdate','fbudrtests!my_employee_update','EMPLOYEE',1{trigger_before});
72    try
73      writeln(OutFile,'Update EMPLOYEE 2');
74      Transaction := Attachment.StartTransaction([isc_tpb_write,isc_tpb_nowait,isc_tpb_concurrency],taRollback);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines