blob: 22e62ea363d4e00e5d5b6f514c303c0d08902526 [file] [log] [blame]
Roger Meieredf0d1d2011-08-03 21:21:43 +00001server: http://localhost:9876
2
3load:
4# Qunit adapter
5 - build/js/lib/equiv.js
6 - build/js/lib/QUnitAdapter.js
7# dependencies
8 - build/js/lib/jquery-1.5.2.js
9 - build/js/thrift.js
10 - gen-js/ThriftTest_types.js
11 - gen-js/ThriftTest.js
12# the test suite
13 - test.js
14
15# redirect to the Java based Thrift testserver
16proxy:
17 - {matcher: "*", server: " http://localhost:8088"}