From 061cf99cd68ddc00a758bdd9e403ced4bcdb7498 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 18 Oct 2017 22:59:45 -0700 Subject: Make WxDependency a ConfigToolDependency --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index fe7507470..9581c723d 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1661,7 +1661,7 @@ class FailureTests(BasePlatformTests): raise unittest.SkipTest('wx-config or wx-config-3.0 found') self.assertMesonRaises("dependency('wxwidgets')", self.dnf) self.assertMesonOutputs("dependency('wxwidgets', required : false)", - "nor wx-config found") + "No wx-config found;") def test_wx_dependency(self): if not shutil.which('wx-config-3.0') and not shutil.which('wx-config'): -- cgit v1.2.3