GildedRose-Refactoring-Kata/plsql/ut_update_quality.sql
2014-04-13 15:28:36 +02:00

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 ;