Show
Ignore:
Timestamp:
05/10/08 07:19:59 (8 weeks ago)
Author:
dante
Message:

refs #6664 - hit dojox test files using _testCommon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/date/tests/test_IslamicCalendar.html

    r13624 r13665  
    88                        @import "../../../dijit/tests/css/dijitTests.css"; 
    99                </style> 
     10 
     11                <!-- required: a default theme file --> 
     12                <link rel="stylesheet" id="themeStyles" href="../../../dijit/themes/tundra/tundra.css" /> 
     13 
     14                <!-- required: dojo.js -->               
    1015                <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="parseOnLoad: true, isDebug: true, extraLocale: ['ar']"></script> 
     16 
     17                <!-- do not use! only or testing dynamic themes: --> 
    1118                <script type="text/javascript" src="../../../dijit/tests/_testCommon.js"></script> 
     19 
    1220                <script type="text/javascript"> 
    1321 
     
    306314                </script> 
    307315        </head> 
    308         <body> 
     316        <body class="tundra"> 
    309317                <h1 class="testTitle">Islamic Calendar Test</h1> 
    310318                before <span id="islamicCalendar1" dojoType="dojox.date._IslamicCalendar" onChange="myHandler(this.id,arguments[0])"></span><span id="gregorianCalendar1" dojoType="dijit._Calendar" onChange="myHandler(this.id,arguments[0])"></span>after