[jhbuild] Removed "Building a waf module, on a system missing the waf command" test
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Removed "Building a waf module, on a system missing the waf command" test
- Date: Wed, 28 Apr 2010 11:22:25 +0000 (UTC)
commit a45a48f0785bc3945cbc9c0c2905464e87e66cf6
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Apr 28 13:20:21 2010 +0200
Removed "Building a waf module, on a system missing the waf command" test
As we are now (1dda018a69c9c1565f061014e2bc22316883fc90) using the waf script
shipped with modules.
tests/tests.py | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/tests/tests.py b/tests/tests.py
index 4a2e28e..106ec9e 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -328,15 +328,6 @@ class WafModTypeTestCase(BuildTestCase):
['foo:Checking out', 'foo:Configuring', 'foo:Building',
'foo:Checking [error]'])
- def test_build_missing_waf_command(self):
- '''Building a waf module, on a system missing the waf command'''
- self.modules[0].waf_cmd = 'foo bar'
- self.assertEqual(self.build(),
- ['foo:Checking out', 'foo:Configuring [error]'])
-
-
-
-
class BuildPolicyTestCase(BuildTestCase):
'''Build Policy'''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]