Bug 1073931 - test_ini.py failure on line 153 AssertionError: 'None' != 'remthis too!'
Summary: test_ini.py failure on line 153 AssertionError: 'None' != 'remthis too!'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-iniparse
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1073941
TreeView+ depends on / blocked
 
Reported: 2014-03-07 14:04 UTC by Alexander Todorov
Modified: 2014-03-07 19:25 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-07 19:25:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alexander Todorov 2014-03-07 14:04:30 UTC
Description of problem:


$ ./runtests.py 
............F...................................................................................
======================================================================
FAIL: test_parsing (tests.test_ini.test_comment_line)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/atodorov/rpmbuild/BUILD/python3-python-iniparse-0.4-9.fc21/tests/test_ini.py", line 153, in test_parsing
    self.assertEqual(str(p), l)
AssertionError: 'None' != 'remthis too!'

----------------------------------------------------------------------
Ran 96 tests in 2.303s



Version-Release number of selected component (if applicable):

python-iniparse-0.4-9.fc21.src.rpm

Comment 1 Tim Lauridsen 2014-03-07 19:25:12 UTC
have have updates the fix-issue28.patch to fix the test case, so that the unittest can run on the patched source.


Note You need to log in before you can comment on or make changes to this bug.