From 8da6ec5fa3aa6ea8a157c3109465ea6f612d8e66 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 26 Feb 2015 13:46:38 -0800 Subject: [PATCH] [TASK] reverse skip of order book tests --- test/orderbook-test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/orderbook-test.js b/test/orderbook-test.js index fc1bdfb5..97b715dc 100644 --- a/test/orderbook-test.js +++ b/test/orderbook-test.js @@ -1247,7 +1247,7 @@ describe('OrderBook', function() { }); }); - it.skip('Update funded amounts - native currency', function(done) { + it('Update funded amounts - native currency', function(done) { var receivedChangedEvents = 0; var receivedFundsChangedEvents = 0; @@ -1496,7 +1496,7 @@ describe('OrderBook', function() { assert.strictEqual(book._offers[4].is_fully_funded, false); }); - it.skip('Set offers - multiple calls', function() { + it('Set offers - multiple calls', function() { var remote = new Remote(); var book = remote.createOrderBook({ @@ -1530,7 +1530,7 @@ describe('OrderBook', function() { assert.strictEqual(book.getOwnerFunds(addresses.FOURTH_ACCOUNT).to_text(), '7229.594289344439'); }); - it.skip('Notify - created node', function() { + it('Notify - created node', function() { var remote = new Remote(); var book = remote.createOrderBook({ @@ -1737,7 +1737,7 @@ describe('OrderBook', function() { assert.strictEqual(numOfferRemovedEvents, 1); }); - it.skip('Notify - deleted node - trade', function(done) { + it('Notify - deleted node - trade', function(done) { var remote = new Remote(); var book = remote.createOrderBook({ currency_gets: 'USD', @@ -1914,7 +1914,7 @@ describe('OrderBook', function() { assert.strictEqual(numOfferChangedEvents, 1); }); - it.skip('Notify - modified node - trade', function(done) { + it('Notify - modified node - trade', function(done) { var remote = new Remote(); var book = remote.createOrderBook({ currency_gets: 'USD', @@ -1946,7 +1946,7 @@ describe('OrderBook', function() { book.notify(message); }); - it.skip('Notify - modified nodes - trade', function(done) { + it('Notify - modified nodes - trade', function(done) { var remote = new Remote(); var book = remote.createOrderBook({ currency_gets: 'USD',