From 6564d9ca295804b2ce0bfa35be605cdf476955a7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 9 Oct 2014 16:54:47 +0100 Subject: [PATCH] fix tabs in portsort.html --- Netdisco/t/html/portsort.html | 386 +++++++++++++++++----------------- 1 file changed, 193 insertions(+), 193 deletions(-) diff --git a/Netdisco/t/html/portsort.html b/Netdisco/t/html/portsort.html index cfa2cd99..abf8e53e 100644 --- a/Netdisco/t/html/portsort.html +++ b/Netdisco/t/html/portsort.html @@ -1,188 +1,188 @@ - - portsort.js test suite - - + + portsort.js test suite + + - - - - + + + }); + var sortFn = jQuery.fn.dataTableExt.oSort["portsort-asc"]; + function wrapTest(origArray, sortArray, message) { + deepEqual($.extend([], origArray).sort(sortFn), sortArray, (message ? message + ' - ' : '') + QUnit.jsDump.parse(origArray)); + }; +