mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
6 lines
235 B
SQL
6 lines
235 B
SQL
-- unit test using utPLSQL 2.2.1, see http://utplsql.sourceforge.net/ ;
|
|
-- test package must be named like the procedure we want to test ;
|
|
|
|
EXEC utplsql.test ('update_quality', recompile_in => FALSE);
|
|
-- check DBMS_OUTPUT for output ;
|