chutzpah 15/06/04 21:51:36 Added: salt-2015.5.2-timezone-test-gentoo.patch Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.1 app-admin/salt/files/salt-2015.5.2-timezone-test-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/files/salt-2015.5.2-timezone-test-gentoo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/files/salt-2015.5.2-timezone-test-gentoo.patch?rev=1.1&content-type=text/plain Index: salt-2015.5.2-timezone-test-gentoo.patch =================================================================== diff --git a/tests/unit/modules/timezone_test.py b/tests/unit/modules/timezone_test.py index 941e730..de9b9eb 100644 --- a/tests/unit/modules/timezone_test.py +++ b/tests/unit/modules/timezone_test.py @@ -57,7 +57,7 @@ class TimezoneTestCase(TestCase): self.assertEqual(timezone.get_zone(), '#\nA') with patch.dict(timezone.__grains__, {'os_family': 'Gentoo'}): - self.assertEqual(timezone.get_zone(), '') + self.assertEqual(timezone.get_zone(), '#\nA') with patch.dict(timezone.__grains__, {'os_family': 'FreeBSD'}): with patch.object(os, 'readlink',
