Commit 55585430 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Use tag name from configuration.

parent 04c5669f
import unittest
import Config
import Sorter
import TodoList
import View
......@@ -49,7 +50,7 @@ class SorterTest(unittest.TestCase):
def test_sort4(self):
""" Ascendingly sorted by due date """
sorter = Sorter.Sorter('due')
sorter = Sorter.Sorter(Config.TAG_DUE)
self.sort_file('data/SorterTest4.txt', 'data/SorterTest4-result.txt', sorter)
def test_sort5(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment