Skip to content

Commit

Permalink
removed reference to local_settings.js to allow tests to run past ini…
Browse files Browse the repository at this point in the history
…tial spec
  • Loading branch information
thatcher committed Feb 2, 2010
1 parent 1189870 commit 8995a76
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/specs/env/spec.js
Expand Up @@ -38,7 +38,6 @@ _load('dist/platform/rhino.js');
_load('dist/console.js');
_load('src/common/__extend__.js');
_load('settings.js');
_load('local_settings.js');

module('rhino');

Expand All @@ -55,14 +54,6 @@ var document = null;

test('Envjs.location', function(){

var path = 'specs/env/spec.html',
base = SETTINGS.BASE_URI;

location = Envjs.location('specs/env/spec.html');
ok(location, 'Able to create Location');
equals(location, SETTINGS.BASE_URI+path, 'location');
equals(location.toString(), SETTINGS.BASE_URI+path, 'location');

location = Envjs.location('specs/env/spec.html', 'http://envjs.com/abc123/');
ok(location, 'Able to create Location');
equals(location, 'http://envjs.com/abc123/'+path, 'location');
Expand Down

0 comments on commit 8995a76

Please sign in to comment.