Testresult 1913 for @ 2008-08-15 15:08:25.784

Passed

Messages: 7
Open in new window | Download
Status Fri Aug 15 13:26:37 EEST 2008:

Open

  Details »
Testresult ID 1913 Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15
Testcase Application info TK: 5.3.0_branches_5.2_200808151313
APP: NONVERSIONED
Started 2008-08-15 15:08:25.784
Ended 2008-08-15 15:08:36.831
Result Passed
Status Open
  Script »
1waitForLoad(1); 
2 
3// setStepWaitTime(1000); 
4 
5// i-tree,DIV 
6click('0,PID_SFeatureBrowser: Main Tree',[0,1,0,1,0,0,0], 'left'); 
7 
8// i-label TT-highlight,DIV 
9assert('0,PID_Slabel1',undefined, 'equals', 'DIV( c:i-label){A plain label without caption.}'); Equals assert OK!
10 
11// i-label TT-highlight,DIV 
12assert('0,PID_Slabel3',undefined, 'equals', 'DIV( c:i-label){This text has <b>HTML</b> formatting.<br/>A plain <i>Label</i> will show the markup, while a <u>XHTML-mode</u> <i>Label</i> will show the formatted text.}'); Equals assert OK!
13 
14// i-label TT-highlight,DIV 
15assert('0,PID_Slabel5',undefined, 'equals', 'DIV( c:i-label){This text has linebreaks._n__n_They will show up in a preformatted Label,_n_but not in a _plain_ Label._n__n_ This is an indented row. _n_ Same indentation here.}'); Equals assert OK!
16 
17// i-orderedlayout,DIV 
18assert('0,PID_SPlain w/ caption + tooltip',[1,0,0,0,0,0,0], 'equals', 'SPAN(){Label caption}'); Equals assert OK!
19 
20// i-label TT-highlight,DIV 
21assert('0,PID_Slabel2',undefined, 'equals', 'DIV( c:i-label){A plain label with caption.}'); Equals assert OK!
22 
23// i-label TT-highlight,DIV 
24assert('0,PID_Slabel4',undefined, 'equals', 'DIV( c:i-label){This text has B(){HTML} formatting.BR()A plain I(){Label} will show the markup, while a U(){XHTML-mode} I(){Label} will show the formatted text.}'); Equals assert OK!
25 
26// i-label,DIV 
27assert('0,PID_Slabel6',[0], 'equals', 'PRE(){This text has linebreaks._n__n_They will show up in a preformatted Label,_n_but not in a _plain_ Label._n__n_ This is an indented row. _n_ Same indentation here.}'); Equals assert OK!