File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ from the /tmp/thirdparty_about/ and then generate the attribution output to
187187/tmp/thirdparty_attribution/attribution.html
188188
189189
190+ (See USAGE for a details explaining of each scripts and options.)
191+
190192HELP and SUPPORT
191193----------------
192194If you have a question or find a bug, enter a ticket at:
File renamed without changes.
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ def test_get_non_empty_rows_list(self):
6161
6262 def test_get_mapping_list (self ):
6363 gen = genabout .GenAbout ()
64- expected_list = {'about_file' : 'Directory/Filename ' ,
65- 'version' : 'Confirmed Version ' ,
66- 'about_resource' : 'file_name' , 'name' : 'Component ' }
64+ expected_list = {'about_file' : 'directory/filename ' ,
65+ 'version' : 'confirmed version ' ,
66+ 'about_resource' : 'file_name' , 'name' : 'component ' }
6767 output = gen .get_mapping_list ()
6868 self .assertTrue (output == expected_list )
6969
You can’t perform that action at this time.
0 commit comments