Skip to content

Commit

Permalink
Fixing up unit tests for the new nodely way.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Wronkiewicz committed Apr 26, 2011
1 parent ab60e0c commit 239b896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -10,6 +10,7 @@
"url" : "https://github.com/beaugunderson/javascript-ipv6"
},
"dependencies" : {
"sprintf" : ">= 0.1.1"
"sprintf" : ">= 0.1.1",
"vows" : ">= 0.5.8"
}
}
4 changes: 2 additions & 2 deletions test/ipv6-test.js
Expand Up @@ -6,8 +6,8 @@ var vows = require('vows'),
// XXX A hack for the BigInteger library
global.navigator = {};

var v6 = require('ipv6').v6,
BigInteger = require('lib/jsbn-combined');
var v6 = require('javascript-ipv6').v6,
BigInteger = require('../lib/bigint');

function notations_to_addresses(notations) {
var addresses = [];
Expand Down

0 comments on commit 239b896

Please sign in to comment.