Changeset 2418 for trunk/tests

Show
Ignore:
Timestamp:
04/08/2008 09:48:48 AM (9 months ago)
Author:
tof
Message:

Fixed #595

Location:
trunk/tests/FunctionalTests/tickets
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/FunctionalTests/tickets/protected/pages/Ticket595.page

    r2417 r2418  
    11<com:TContent ID="Content"> 
    2  
     2<style type="text/css"> 
     3        .errorclassA, .errorclassB { 
     4                background-color:pink; 
     5        } 
     6</style> 
    37<com:TTextBox ID="A" /> 
    48<com:TRequiredFieldValidator ControlToValidate="A" Text="Required!" ControlCssClass="errorclassA" ValidationGroup="A"/> 
  • trunk/tests/FunctionalTests/tickets/tests/Ticket595TestCase.php

    r2417 r2418  
    1616        $this->assertAttribute($base.'A@class','errorclassA'); 
    1717                 
    18                 $this->type($base.'A', 'test@example.com'); 
     18                $this->type($base.'A', 'test@pradosoft.com'); 
    1919                $this->click($base.'ctl2'); 
    2020                $this->pause(800); 
     
    3131        $this->assertAttribute($base.'B@class','errorclassB'); 
    3232                 
    33                 $this->type($base.'B', 'test@example.com'); 
     33                $this->type($base.'B', 'test@pradosoft.com'); 
    3434                $this->click($base.'ctl5'); 
    3535                $this->pause(800);