Roger Meier | edf0d1d | 2011-08-03 21:21:43 +0000 | [diff] [blame^] | 1 | server: http://localhost:9876 |
2 | |||||
3 | load: | ||||
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 | ||||
16 | proxy: | ||||
17 | - {matcher: "*", server: " http://localhost:8088"} |