From f0ba62c753ff08fe6ad1e30108e9668d984adfd0 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 25 Jul 2011 17:40:11 +0200 Subject: Drop unpack_orig and tar_toplevel --- tests/02_test_import.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/02_test_import.py') diff --git a/tests/02_test_import.py b/tests/02_test_import.py index 33628ea..f1e93c9 100644 --- a/tests/02_test_import.py +++ b/tests/02_test_import.py @@ -46,10 +46,6 @@ class TestUnpack: if not os.getenv("GBP_TESTS_NOCLEAN"): shutil.rmtree(self.dir) - def test_unpack(self): - for (comp, archive) in self.archives.iteritems(): - gbp.deb.unpack_orig(archive[0], ".", []) - def test_upstream_source_type(self): for (comp, archive) in self.archives.iteritems(): source = gbp.deb.UpstreamSource(archive[0]) -- cgit v1.2.3