Bug Tracker

Show
Ignore:
Timestamp:
05/08/08 19:51:04 (4 months ago)
Author:
joern.zaefferer
Message:

ui and various plugins: moving to QUnit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/form/test/index.html

    r4650 r5519  
    99 
    1010<!-- load testrunner from jquery project --> 
    11 <script type="text/javascript" src="../../../jquery/test/data/testrunner.js"></script> 
     11    <script type="text/javascript" src="../../../qunit/testrunner.js"></script> 
    1212 
    1313<!-- load form.js (this is what we're testing! --> 
    1414<script type="text/javascript" src="../jquery.form.js"></script> 
    15  
    16 <link rel="Stylesheet" media="screen" href="../../../jquery/test/data/testsuite.css" /> 
     15<link rel="Stylesheet" media="screen" href="../../../qunit/testsuite.css" /> 
    1716 
    1817<script> 
     
    814813</head> 
    815814<body id="body"> 
    816     <h1 id="banner">jQuery form.js - Test Suite</h1> 
     815    <h1 id="header">jQuery form.js - Test Suite</h1> 
     816    <h2 id="banner"></h2> 
    817817    <h2 id="userAgent"></h2> 
    818818