diff options
| author | wei <> | 2007-04-02 07:55:30 +0000 | 
|---|---|---|
| committer | wei <> | 2007-04-02 07:55:30 +0000 | 
| commit | 2267e1f6773ac82a970501779bfa296c3e0f5280 (patch) | |
| tree | 0b3fa88ae7531b56a55aab93c01a32dd0c728f57 /tests | |
| parent | 36ef6f1b680ff1ea525a293c3464f0dedad11c1f (diff) | |
safari passes most tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page | 2 | ||||
| -rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket526.page | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page index 5847371f..b94fdbfb 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page +++ b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page @@ -39,7 +39,7 @@  <com:TRepeater ID="repeater1">
  <prop:ItemTemplate>
 -	<com:TInplaceTextBox
 +	<com:TInPlaceTextBox
  		id="edit_box"
  		Text=<%# $this->DataItem %>
  		OnTextChanged="Page.label_changed"
 diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page index 5aa84b87..b4ccd25e 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page @@ -1,7 +1,7 @@  <com:TContent ID="Content">
  <com:TActivePanel ID="activePanel">
  	<com:TDatePicker ID="dp"/>
 -	<com:TActiveTextbox ID="textbox" Text="text" />
 +	<com:TActiveTextBox ID="textbox" Text="text" />
  	<com:TActiveButton ID="btn" Text="Btn" OnCallback="callback"/>
  </com:TActivePanel>
  | 
