[Pkg-javascript-commits] [backbone] 132/281: Forcing quint test execution order.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit 9d145abfe83f750d4f15d8d0d198b13a4e2c021b
Author: Irene Ros <irene at bocoup.com>
Date:   Thu Dec 22 12:23:50 2011 -0500

    Forcing quint test execution order.
---
 test/test.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/test.html b/test/test.html
index 7dda5b3..743292c 100644
--- a/test/test.html
+++ b/test/test.html
@@ -6,6 +6,9 @@
   <script type="text/javascript" src="vendor/json2.js"></script>
   <script type="text/javascript" src="vendor/jquery-1.6.4.js"></script>
   <script type="text/javascript" src="vendor/qunit.js"></script>
+  <script type="text/javascript">
+    QUnit.config.reorder = false;
+  </script>
   <script type="text/javascript" src="vendor/jslitmus.js"></script>
   <script type="text/javascript" src="vendor/underscore-1.2.2.js"></script>
   <script type="text/javascript" src="../backbone.js"></script>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list