source: Dev/trunk/src/client/dojox/app/tests/nestedTestApp/views/TestInfo.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.9 KB
Line 
1<div class="view mblView">
2        <div data-dojo-type="dojox/mobile/ScrollableView">
3                <div id="tst1WrapperB" style="visibility:visible">
4                        <br>
5                        <br>
6                        <div class="field-title">This test was created to check the transition flows and calls to beforeDeactivate, beforeActivate, emit layoutView,
7                                emit doResize, transit, afterDeactivate, and afterActivate.</div>
8                        <div class="field-title">If these options are set in the config.json this test will run thru the following transitions and log the resulting calls.</div>
9                        <div class="field-title"><B>"logTransitions": 1,</B> and <B>"timedAutoFlow": 1,</B></div>
10                        <div class="field-title">I have documented the expected results in a google doc for these transitions.</div>
11                        <div class="field-title">These tests were run in Tablet mode.</div>
12                        <br>
13                        <div class="field-title"> <B>Case 1:</B> From=V2 TO=V2 <B>Case 2:</B> From=V2 TO=V4 <B>Case 3:</B> From=V4 TO=P1,S1,V1</div>
14                        <br>
15                        <div class="field-title"> <B>Case 4:</B> From=P1,S1,V1 TO=P1,S1,V1 <B>Case 5:</B> P1,S1,V1 TO=P1,S1,V3 </div>
16                        <br>
17                        <div class="field-title"> <B>Case 6:</B> From=P1,S1,V3 TO=V2 <B>Case 7:</B> From=V2 TO=P1,S1,V1</div>
18                        <br>
19                        <div class="field-title"> <B>Case 8:</B> From=P1,S1,V1 TO=P2,S2,Ss2,V5 <B>Case 9:</B> From=P2,S2,Ss2 TO=P2,S2,Ss2,V6</div>
20                        <br>
21                        <div class="field-title"> <B>Case 10:</B> From=P2,S2,Ss2,V5,V6 TO=P1,S1,V1 <B>Case 11:</B> From=P1,S1 TO=P1,S1,V8</div>
22                        <br>
23                        <div class="field-title"> <B>Case 12:</B> Remove From=P1,S1,V8 <B>Case 13:</B> From=P1,S1,V1 TO=P2,S2,Ss2,V5+P2,S2,Ss2,V6</div>
24                        <br>
25                        <div class="field-title"> <B>Case 14:</B> From=P2,S2,Ss2,V5,V6 TO=P1,S1,TestInfo</div>
26                        <br>
27                        <div class="field-title">These tests were run in Phone mode.</div>
28                        <br>
29                        <div class="field-title"> <B>Case 16:</B> configuration,Nav1 to P1,S1,V1. <B>Case 17:</B> configuration,Nav1 to P2,S2,Ss2,V5+P2,S2,Ss2,V6.</div>
30                        <br>
31                        <br><br>
32                </div>
33        </div>
34</div>
Note: See TracBrowser for help on using the repository browser.