diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ng/locationSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ng/locationSpec.js b/test/ng/locationSpec.js index e473a155..a07b516b 100644 --- a/test/ng/locationSpec.js +++ b/test/ng/locationSpec.js @@ -219,7 +219,7 @@ describe('$location', function() { expect(function() { url.$$parse('http://other.server.org/path#/path'); - }).toThrow('[$location:nopp] Invalid url "http://other.server.org/path#/path", missing path prefix "http://server.org/base/".'); + }).toThrow('[$location:ipthprfx] Invalid url "http://other.server.org/path#/path", missing path prefix "http://server.org/base/".'); }); @@ -228,7 +228,7 @@ describe('$location', function() { expect(function() { url.$$parse('http://server.org/path#/path'); - }).toThrow('[$location:nopp] Invalid url "http://server.org/path#/path", missing path prefix "http://server.org/base/".'); + }).toThrow('[$location:ipthprfx] Invalid url "http://server.org/path#/path", missing path prefix "http://server.org/base/".'); }); |
