@@ -606,7 +606,7 @@ def test_remove_blank_lines_and_no_colon_fields(self):
606606 self .assertEqual (expected_warnings [i ][0 ], w .code )
607607 self .assertEqual (expected_warnings [i ][1 ], w .field_value )
608608
609- # FIXME: This is feeling because there is no component list provided
609+ # FIXME: This is failing because there is no component list provided
610610 def FAILING_test_generate_attribution_with_custom_template (self ):
611611 expected = (u'notice_text:'
612612 'version:2.4.3'
@@ -618,7 +618,7 @@ def FAILING_test_generate_attribution_with_custom_template(self):
618618 result = collector .generate_attribution (template )
619619 self .assertEqual (expected , result )
620620
621- # FIXME: This is feeling because there is no component list provided
621+ # FIXME: This is failing because there is no component list provided
622622 def FAILING_test_generate_attribution_with_default_template (self ):
623623 f = open (join (TESTDATA_DIR , 'attrib/attrib.html' ))
624624 expected = f .read ()
@@ -685,7 +685,5 @@ def test_get_custom_field_keys(self):
685685 'redistribute_sources' , 'about_format' , 'usage' ,
686686 'scm_path' , 'scm_tool' , 'scm_rev' , 'scm_tag' ,
687687 'organization' ]
688- print (result )
689688 self .assertEqual (result , expected )
690689
691-
0 commit comments