diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-04 19:14:01 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-04 19:14:01 +0600 |
commit | 3fde134791fa920c98a99610c2200a6b3572cca0 (patch) | |
tree | 21d7a70a9c8e6d23a30438177bf4fe320a1480db /test | |
parent | 536b94e56fdf0fd2dd1c6d6d92112866949505c4 (diff) | |
parent | 7c39a65543b809b681434246b84710349f5837aa (diff) |
Merge branch 'Roman2K-pornovoisines'
Diffstat (limited to 'test')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 4e524aca3..2e3a6480c 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -227,6 +227,7 @@ class TestUtil(unittest.TestCase): self.assertEqual( unified_strdate('2/2/2015 6:47:40 PM', day_first=False), '20150202') + self.assertEqual(unified_strdate('25-09-2014'), '20140925') def test_find_xpath_attr(self): testxml = '''<root> |