mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Corrected system name for FreeBSD
This commit is contained in:
parent
10944a23e1
commit
433d3dedca
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ class TestColorRulesMerging(TestCase):
|
|||
self.t('add due:today +home hometask') # Task that matches both color rules
|
||||
|
||||
@unittest.skipIf('CYGWIN' in platform.system(), 'Skipping color merge test for Cygwin')
|
||||
@unittest.skipIf('FREEBSD' in platform.system(), 'Skipping color merge test for FREEBSD')
|
||||
@unittest.skipIf('FreeBSD' in platform.system(), 'Skipping color merge test for FREEBSD')
|
||||
@unittest.expectedFailure
|
||||
def test_colors_merge(self):
|
||||
"""Tests whether colors merge"""
|
||||
|
@ -240,7 +240,7 @@ class TestColorRulesMerging(TestCase):
|
|||
self.assertIn('\x1b[31;47mhometask', out) # Red on white
|
||||
|
||||
@unittest.skipIf('CYGWIN' in platform.system(), 'Skipping color merge test for Cygwin')
|
||||
@unittest.skipIf('FREEBSD' in platform.system(), 'Skipping color merge test for FREEBSD')
|
||||
@unittest.skipIf('FreeBSD' in platform.system(), 'Skipping color merge test for FREEBSD')
|
||||
@unittest.expectedFailure
|
||||
@unittest.expectedFailure
|
||||
def test_colors_merge_off(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue