Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Renaming UT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Oct 13, 2012
1 parent 8e47e25 commit 125864d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/util/validate-tests.js
Expand Up @@ -25,11 +25,11 @@ suite('servicesettings-tests', function () {
Validate.isValidUri('http://www.microsoft.com').should.equal(true);

(function() {
Validate.getIsValidUri()('something');
Validate.usValidUri('something');
}).should.throw('The provided URI "something" is invalid.');
});

test('getIsBase64Encoded', function () {
test('isBase64Encoded', function () {
Validate.isBase64Encoded('AhlzsbLRkjfwObuqff3xrhB2yWJNh1EMptmcmxFJ6fvPTVX3PZXwrG2YtYWf5DPMVgNsteKStM5iBLlknYFVoA==').should.be.ok;

var key = '__A&*INVALID-@Key';
Expand Down

0 comments on commit 125864d

Please sign in to comment.