mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-03 15:59:53 +00:00
Update tests for recent bugfixes
This commit is contained in:
@ -182,7 +182,10 @@ class AccessTableDataReplacementTest extends StructTest
|
||||
data_bar.pid = '' OR (
|
||||
GETACCESSLEVEL(data_bar.pid) > 0
|
||||
AND PAGEEXISTS(data_bar.pid) = 1
|
||||
AND (ASSIGNED = 1 OR ASSIGNED IS NULL)
|
||||
AND (
|
||||
data_bar.rid != 0
|
||||
OR (ASSIGNED = 1 OR ASSIGNED IS NULL)
|
||||
)
|
||||
)
|
||||
)
|
||||
AND (
|
||||
|
Reference in New Issue
Block a user