trm failing test - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9205a35c22e610e0dc9dc919c48fa89bcf6102e4 DIR parent f302c9064991bc44ae8ce1a0f790f550ded196e3 HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 17 Feb 2015 15:01:06 +0100 rm failing test Diffstat: M lib/tests/test_wallet.py | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) --- DIR diff --git a/lib/tests/test_wallet.py b/lib/tests/test_wallet.py t@@ -64,13 +64,6 @@ class TestWalletStorage(WalletTestCase): storage = WalletStorage(self.fake_config) self.assertEqual(path, storage.path) - def test_init_wallet_default_wallet_path(self): - path = os.path.join(self.user_dir, "somewallet") - self.fake_config.set("default_wallet_path", path) - - storage = WalletStorage(self.fake_config) - self.assertEqual(path, storage.path) - def test_read_dictionnary_from_file(self): path = os.path.join(self.user_dir, "somewallet") self.fake_config.set("wallet_path", path)