Skip to content

Commit dc35702

Browse files
committed
Fix incorrect doctype tests
1 parent 6793d3e commit dc35702

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

mdl-examples/doctype-tests/03-page-examples.mdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,6 @@ CREATE PAGE PgTest.P036_ComboBox_Association
21772177
}
21782178

21792179
-- ============================================================================================ --
2180-
exit;
2181-
21822180

21832181
-- MARK: Move Examples
21842182

mdl-examples/doctype-tests/04-math-examples.mdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
--
1212
-- ============================================================================
1313

14+
create module Math;
15+
1416
/**
1517
* Determine if the input number is a prime number.
1618
*

mdl-examples/doctype-tests/08-security-examples.mdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ SHOW SECURITY MATRIX IN SecTest;
169169
-- Level 1.7: Describe Security Elements
170170
-- ============================================================================
171171

172-
-- Describe a specific module role (shows DDL + which user roles include it)
173-
DESCRIBE MODULE ROLE SecTest.User;
174-
175172
-- Describe a specific user role (shows DDL + module roles)
176173
DESCRIBE USER ROLE 'Administrator';
177174

@@ -197,6 +194,9 @@ DESCRIBE DEMO USER 'sectest_user';
197194
CREATE MODULE ROLE SecTest.User;
198195
/
199196

197+
-- Describe a specific module role (shows DDL + which user roles include it)
198+
DESCRIBE MODULE ROLE SecTest.User;
199+
200200
-- ============================================================================
201201
-- Level 2.2: Module Role with Description
202202
-- ============================================================================

0 commit comments

Comments
 (0)