Commit c24d8eb8ccf062e998da42596293cd2662e1d6b8

Authored by Gabriela Navarro
Committed by Fabio Teixeira
1 parent 7e2d4d40

Add demosntration url field for edit software

Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/functional/software_test_helper.rb
@@ -163,6 +163,7 @@ module SoftwareTestHelper @@ -163,6 +163,7 @@ module SoftwareTestHelper
163 fields_software['operating_platform'] = 'Linux' 163 fields_software['operating_platform'] = 'Linux'
164 fields_software['objectives'] = 'This is the objective of the software' 164 fields_software['objectives'] = 'This is the objective of the software'
165 fields_software['features'] = 'This software does nothing' 165 fields_software['features'] = 'This software does nothing'
  166 + fields_software['demonstration_url'] = 'www.test.com'
166 hash_list << fields_software 167 hash_list << fields_software
167 168
168 #Fields for software categories 169 #Fields for software categories