From c8689010d28a0fe2a734131a2964d7df394cdf6c Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sat, 16 Dec 2006 03:50:17 +0000
Subject: test for #472

---
 .../FunctionalTests/tickets/protected/pages/Ticket472.page  |  5 +++++
 tests/FunctionalTests/tickets/protected/pages/Ticket472.php | 13 +++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket472.page
 create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket472.php

(limited to 'tests/FunctionalTests')

diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.page b/tests/FunctionalTests/tickets/protected/pages/Ticket472.page
new file mode 100644
index 00000000..376f56d9
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.page
@@ -0,0 +1,5 @@
+<com:TContent ID="Content">
+	<com:TActiveButton ID="button1" Text="Button 1" OnClick="button1_clicked" />
+	<com:TActiveLabel ID="label1" Text="Hello" />
+	
+</com:TContent>
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket472.php b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
new file mode 100644
index 00000000..f0b9c092
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket472.php
@@ -0,0 +1,13 @@
+<?php
+
+Prado::using('System.Web.UI.ActiveControls.*');
+
+class Ticket472 extends TPage
+{
+	function button1_clicked($sender, $param)
+	{
+		$this->label1->Text = "丧两∞…壹參肆ㅕㅓㆈㆆㅰڂٸשסせぜが꒲꒺꓂ฏนઔஇ༃������ҖЉӅՓՇǢǼÅhe";
+	}
+}
+
+?>
\ No newline at end of file
-- 
cgit v1.2.3