File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -554,11 +554,11 @@ def test_remove_blank_lines_and_no_colon_fields(self):
554554 self .assertEqual (expected_warnings [i ][1 ], w .field_value )
555555
556556 def test_generate_attribution (self ):
557- expected = u'notice_text:version:2.4.3about_resource:httpd-2.4.3.tar.gz' \
558- 'name:Apache HTTP Serverlicense_text:'
557+ expected = ( u'notice_text:version:2.4.3about_resource:httpd-2.4.3.tar.gz'
558+ 'name:Apache HTTP Serverlicense_text:' )
559559 about_collector = about .AboutCollector (join (TESTDATA_PATH , 'attrib/attrib.ABOUT' ))
560560 result = about_collector .generate_attribution (join (TESTDATA_PATH , 'attrib/test.template' ))
561- self .assertEqual (result , expected )
561+ self .assertEqual (expected , result )
562562
563563 def test_license_text_extracted_from_license_text_file (self ):
564564 expected = '''Tester holds the copyright for test component. Tester relinquishes copyright of
You can’t perform that action at this time.
0 commit comments