github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 563
    • 91
  • Source
  • Commits
  • Network (91)
  • Graphs
  • Tree: 3d692a0

click here to add a description

click here to add a homepage

  • Switch Branches (7)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
  • Switch Tags (18)
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

Slider unit tests: Disabled stale tests on Testswarm
jzaefferer (author)
Wed Apr 28 09:55:29 -0700 2010
commit  3d692a08312be502eaeb
tree    f195b71b23241ea2e027
parent  0aa4c7f9b6bc13791197
M tests/unit/slider/slider.html 13 ••••
Txt tests/unit/slider/slider.html
  • View file @ 3d692a0
... ...
@@ -15,7 +15,6 @@
15 15
   <link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/>
16 16
   <script type="text/javascript" src="../../../external/qunit.js"></script>
17 17
   <script type="text/javascript" src="../../jquery.simulate.js"></script>
18  
-  <script type="text/javascript" src="../testsuite.js"></script>
19 18
 
20 19
   <script type="text/javascript" src="slider_core.js"></script>
21 20
   <script type="text/javascript" src="slider_defaults.js"></script>
... ...
@@ -23,6 +22,18 @@
23 22
   <script type="text/javascript" src="slider_methods.js"></script>
24 23
   <script type="text/javascript" src="slider_options.js"></script>
25 24
   <script type="text/javascript" src="slider_tickets.js"></script>
  25
+  
  26
+  <script type="text/javascript">
  27
+  // disable this stale testsuite for testswarm only
  28
+  var url = window.location.search;
  29
+  url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
  30
+  if ( url && url.indexOf("http") == 0 ) {
  31
+    // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
  32
+    QUnit.init();
  33
+    test("slider", function() { ok(true, "disabled slider testsuite"); });
  34
+  }
  35
+  </script>
  36
+  <script type="text/javascript" src="../testsuite.js"></script>
26 37
 </head>
27 38
 <body>
28 39
 

0 notes on commit 3d692a0

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server