diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket54.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket54.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54.page b/tests/FunctionalTests/tickets/protected/pages/Ticket54.page new file mode 100644 index 00000000..8ac4285b --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54.page @@ -0,0 +1,4 @@ +<%@ MasterClass="Application.pages.Ticket54Master" %>
+<com:TContent ID="A">A</com:TContent>
+<com:TContent ID="B">B</com:TContent>
+<com:TContent ID="C">C</com:TContent>
|