Merge branch 'master' into PROT-9-webservice
[proteocache.git] / webapp / resources / datatables-1.9.4 / media / unit_testing / tests_onhold / 1_dom / 2799.js
diff --git a/webapp/resources/datatables-1.9.4/media/unit_testing/tests_onhold/1_dom/2799.js b/webapp/resources/datatables-1.9.4/media/unit_testing/tests_onhold/1_dom/2799.js
new file mode 100755 (executable)
index 0000000..fe3a2c6
--- /dev/null
@@ -0,0 +1,14 @@
+// DATA_TEMPLATE: two_tables
+oTest.fnStart( "Initialise two tables" );
+
+$(document).ready( function () {
+       $('table.display').dataTable();
+       
+       oTest.fnTest( 
+               "Check that initialisation was okay",
+               null,
+               function () { return true; }
+       );
+       
+       oTest.fnComplete();
+} );
\ No newline at end of file