Editing the AddInts.sql unit test file.
About this task
To edit the AddInts.sql file:
Procedure
- In Visual C++, open the AddInts.sql file from the Test Files node in the File view.
- Find the following SQL statement:
execute function AddIntegers(32767, 32767);
- Replace the first argument with 3 and the second with 7:
execute function AddIntegers(3, 7);
- Save the changes to AddInts.sql.