Bug 1073931

Summary: test_ini.py failure on line 153 AssertionError: 'None' != 'remthis too!'
Product: [Fedora] Fedora Reporter: Alexander Todorov <atodorov>
Component: python-iniparseAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-07 19:25:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1073941    

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.