Show
Ignore:
Timestamp:
05/10/08 06:08:30 (3 months ago)
Author:
dante
Message:

refs #6664 - missed tree innard tests, and removes duplicated styles from matrix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/tree/test_Tree_v1.html

    r12858 r13662  
    1010        </style> 
    1111 
     12        <!-- required: the default dijit theme: --> 
     13        <link id="themeStyles" rel="stylesheet" href="../../../dijit/themes/tundra/tundra.css" /> 
     14 
     15        <!-- required: dojo.js --> 
    1216        <script type="text/javascript" src="../../../dojo/dojo.js" 
    13                 djConfig="parseOnLoad: true, isDebug: true"></script> 
     17                djConfig="isDebug: true, parseOnLoad: true"></script> 
     18 
     19        <!-- only needed for alternate theme testing: --> 
    1420        <script type="text/javascript" src="../_testCommon.js"></script> 
    1521 
     
    2228        </script> 
    2329</head> 
    24 <body> 
     30<body class="tundra"> 
    2531 
    2632        <h1 class="testTitle">Dijit Tree Test</h1>