blob: c3fd0b12967cd14d1335a09c5c83bb5f0bc935bd [file] [log] [blame]
Roger Meierb3b07d62011-02-22 20:55:21 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Bryan Duxbury3ff373e2010-08-15 23:19:06 +00002<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
T Jake Lucianiefabb892010-07-28 22:31:12 +000020<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
T Jake Luciani322caa22010-02-15 03:24:55 +000021<head>
T Jake Lucianiefabb892010-07-28 22:31:12 +000022 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23 <title>Thrift Javascript Bindings: Unit Test</title>
T Jake Luciani322caa22010-02-15 03:24:55 +000024
T Jake Lucianiefabb892010-07-28 22:31:12 +000025 <script src="/thrift.js" type="text/javascript" charset="utf-8"></script>
26 <script src="gen-js/ThriftTest_types.js" type="text/javascript" charset="utf-8"></script>
27 <script src="gen-js/ThriftTest.js" type="text/javascript" charset="utf-8"></script>
T Jake Luciani322caa22010-02-15 03:24:55 +000028
T Jake Lucianiefabb892010-07-28 22:31:12 +000029 <!-- jQuery -->
Roger Meieredf0d1d2011-08-03 21:21:43 +000030 <script type="text/javascript" src="build/js/lib/jquery-1.5.2.js" charset="utf-8"></script>
Bryan Duxbury3ff373e2010-08-15 23:19:06 +000031
T Jake Lucianiefabb892010-07-28 22:31:12 +000032 <!-- QUnit Test framework-->
Roger Meieredf0d1d2011-08-03 21:21:43 +000033 <script type="text/javascript" src="build/js/lib/qunit.js" charset="utf-8"></script>
34 <link rel="stylesheet" href="build/js/lib/qunit.css" type="text/css" media="screen" />
Roger Meierbb267d42011-07-30 15:10:42 +000035
36 <!-- the Test Suite-->
37 <script type="text/javascript" src="test.js" charset="utf-8"></script>
T Jake Luciani322caa22010-02-15 03:24:55 +000038</head>
T Jake Lucianiefabb892010-07-28 22:31:12 +000039<body>
Roger Meier5aaa0212010-11-04 12:20:05 +000040 <h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://svn.apache.org/repos/asf/thrift/trunk/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
T Jake Lucianiefabb892010-07-28 22:31:12 +000041 <h2 id="qunit-banner"></h2>
Bryan Duxbury3ff373e2010-08-15 23:19:06 +000042 <div id="qunit-testrunner-toolbar"></div>
T Jake Lucianiefabb892010-07-28 22:31:12 +000043 <h2 id="qunit-userAgent"></h2>
44 <ol id="qunit-tests"><li><!-- get valid xhtml strict--></li></ol>
45 <p>
46 <a href="http://validator.w3.org/check/referer"><img
47 src="http://www.w3.org/Icons/valid-xhtml10"
48 alt="Valid XHTML 1.0!" height="31" width="88" /></a>
49 </p>
T Jake Luciani322caa22010-02-15 03:24:55 +000050</body>
51</html>