diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-03 20:50:00 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-03 20:50:00 -0400 |
commit | 0712ed0424493d9a55a0ff923add4388846fb9fc (patch) | |
tree | bd1aa3fd2b94e074cc3a7143e75be835da8dbf42 /js | |
parent | 6c6994e61d0f6b29b5dcc3fda0f8af77f9a5b8e9 (diff) | |
download | elgg-0712ed0424493d9a55a0ff923add4388846fb9fc.tar.gz elgg-0712ed0424493d9a55a0ff923add4388846fb9fc.tar.bz2 |
updated jsTest configuration for new jQuery and hooks library
Diffstat (limited to 'js')
-rw-r--r-- | js/tests/jsTestDriver.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/jsTestDriver.conf b/js/tests/jsTestDriver.conf index 1bb06e811..1f9c0a6f7 100644 --- a/js/tests/jsTestDriver.conf +++ b/js/tests/jsTestDriver.conf @@ -1,9 +1,10 @@ server: http://localhost:42442 load: - - vendors/jquery/jquery-1.4.2.min.js + - vendors/jquery/jquery-1.6.2.min.js - vendors/sprintf.js - js/lib/elgglib.js + - js/lib/hooks.js - js/classes/*.js - js/lib/*.js - js/tests/*.js
\ No newline at end of file |