diff --git a/tests/js/tests.js b/tests/js/tests.js index 06adae5a..28970b0d 100644 --- a/tests/js/tests.js +++ b/tests/js/tests.js @@ -49,7 +49,7 @@ Ox.load({Geo: {}, Image: {}, UI: {}, Unicode: {}}, function() { Ox.forEach(tests, function(functions, section) { Ox.Bar({size: 14}) .css({padding: '1px 0 1px 4px'}) - .html(Ox.basename(script).split('?')[0] + ' ' + (section || '')) + .html(Ox.parsePath(script).filename.split('?')[0] + ' ' + (section || '')) .appendTo($body); Ox.forEach(functions, function(arr, fn) { var $test = Ox.CollapsePanel({