[jhbuild] tests: Remove duplicated test
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] tests: Remove duplicated test
- Date: Wed, 10 Aug 2011 10:23:29 +0000 (UTC)
commit 11f49b287ca84a81cbd96ef85c544f4bc49aae93
Author: Colin Walters <walters verbum org>
Date: Tue Aug 9 11:27:07 2011 -0400
tests: Remove duplicated test
We had two copies of the same test.
tests/tests.py | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/tests/tests.py b/tests/tests.py
index 4ca4ec4..2d06d44 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -538,16 +538,6 @@ class TwoModulesTestCase(BuildTestCase):
'bar:Building', 'bar:Installing',
])
- def test_build_no_update_updated_deps_policy(self):
- '''Building two independent autotools module, (changed and not), with 'updated-deps' policy'''
- self.build() # will feed PackageDB
- self.buildscript.packagedb.remove('foo')
- self.buildscript.packagedb.time_delta = 5
- self.assertEqual(self.build(build_policy = 'updated-deps'),
- ['foo:Checking out', 'foo:Configuring',
- 'foo:Building', 'foo:Installing',
- 'bar:Checking out',])
-
def test_make_check_failure_dependent_modules(self):
'''Building two dependent autotools modules, with failure in make check'''
self.modules[1].dependencies = ['foo']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]