summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2006-04-24 21:45:16 +0000
committerxue <>2006-04-24 21:45:16 +0000
commit7654def758aae11938045977b260904a2ad23d0f (patch)
tree6459cc8888e2baeca56afd77b8a8d23c0a883fc8 /tests
parent5773b275b4a79bb31471d43faf7f60f380897968 (diff)
Fixed a case-sensitivity bug about TContentPlaceHolder.
Diffstat (limited to 'tests')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl
index 5838aa5b..94468a7b 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl
@@ -1 +1 @@
-|<com:TContentPlaceholder ID="A" />|a|<com:TContentPlaceholder ID="B" />|b|<com:TContentPlaceholder ID="C" />|
+|<com:TContentPlaceHolder ID="A" />|a|<com:TContentPlaceHolder ID="B" />|b|<com:TContentPlaceHolder ID="C" />|