| <title>Apache Thrift - integration test suite</title> |
| <link rel="stylesheet" type="text/css" href="http://cdn.datatables.net/1.10.0/css/jquery.dataTables.css"> |
| <script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> |
| <script type="text/javascript" charset="utf-8" src="http://cdn.datatables.net/1.10.0/js/jquery.dataTables.js"></script> |
| $(document).ready( function () { |
| $.getJSON('results.json', function(testData) { |
| testTable = $('#test_results').DataTable( { |
| "render": function ( data, type, row ) { |
| return data +' ('+ '<a href="'+row[5].Client+'">Client</a>,<a href="'+row[5].Server+'">Server</a>'+')'; |
| $('#test_results_filter label input') |
| <h2>Apache Thrift - integration test suite: Results</h2> |
| <table id="test_results" class="display"> |