From 55c8283b855193c4b2be119aa9175cf39055ef5d Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 3 Jan 2017 13:08:31 -0500 Subject: Removing unit test that we'll probably never run (#4944) --- webapp/tests/client_admin.test.jsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/webapp/tests/client_admin.test.jsx b/webapp/tests/client_admin.test.jsx index 2ed08dc62..9d93668af 100644 --- a/webapp/tests/client_admin.test.jsx +++ b/webapp/tests/client_admin.test.jsx @@ -290,22 +290,5 @@ describe('Client.Admin', function() { ); }); });*/ - - // TODO XXX FIX ME - this test depends on make dist - - // it('General.getTranslations', function(done) { - // TestHelper.initBasic(() => { - // TestHelper.basicClient().getTranslations( - // 'http://localhost:8065/static/i18n/es.json', - // function(data) { - // assert.equal(data['login.or'], 'o'); - // done(); - // }, - // function(err) { - // done(new Error(err.message)); - // } - // ); - // }); - // }); }); -- cgit v1.2.3-1-g7c22