This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server-data/db-structure/tests/user/040-functions/045-empire-research/050-resprio-update-apply.sql

15 lines
302 B
MySQL
Raw Permalink Normal View History

/*
* Test privileges on emp.resprio_update_apply()
*/
BEGIN;
SELECT emp.resprio_update_start( 1 );
SELECT plan( 1 );
SELECT diag_test_name( 'emp.resprio_update_apply() - EXECUTE privilege' );
SELECT lives_ok( $$
SELECT emp.resprio_update_apply( );
$$ );
SELECT * FROM finish( );
ROLLBACK;