equal
deleted
inserted
replaced
76 Raptor must cope with that and must *not* report missing files under |
76 Raptor must cope with that and must *not* report missing files under |
77 the wrong component name.""" |
77 the wrong component name.""" |
78 t.command = "sbs_filter --filters=FilterWhatComp < smoke_suite/test_resources/logexamples/what_component_repeated.log" |
78 t.command = "sbs_filter --filters=FilterWhatComp < smoke_suite/test_resources/logexamples/what_component_repeated.log" |
79 t.targets = [] |
79 t.targets = [] |
80 t.mustmatch = [ |
80 t.mustmatch = [ |
81 "Chdir y:/ext/app/emailwizard", |
81 "Chdir y:.ext.app.emailwizard", |
82 ".*epoc32.data.something", |
82 ".*epoc32.data.something", |
83 "Chdir y:/sf/mw/gsprofilesrv/ftuwizardmodel.*", |
83 "Chdir y:.sf.mw.gsprofilesrv.ftuwizardmodel.*", |
84 ".*epoc32.release.armv5.something", |
84 ".*epoc32.release.armv5.something", |
85 "Chdir y:/ext/app/emailwizard.*" |
85 "Chdir y:.ext.app.emailwizard.*" |
86 ] |
86 ] |
87 |
87 |
88 t.mustnotmatch = [] |
88 t.mustnotmatch = [] |
89 t.warnings = 0 |
89 t.warnings = 0 |
90 t.run() |
90 t.run() |