GNOME Bugzilla – Bug 762422
validate: Fix wrong condition check when adding tests
Last modified: 2016-03-11 15:56:41 UTC
When listing tests, checking whether uri is present or not and displaying error. But uri need not be present in case of pipeline generator. So the condition check is wrong. This results in validateelements testsuite not working. Hence modifying the condition to just print error instead of skipping the add tests.
Created attachment 321801 [details] [review] fix condition check while listing tests
commit 7d9e9b3b79d1bc47b5dfb388651d4d0a768ef6ff Author: Vineeth T M <vineeth.tm@samsung.com> Date: Mon Feb 22 11:49:48 2016 +0900 validate: Fix wrong condition check when adding tests When listing tests, checking whether uri is present or not and displaying error. But uri does notneed to be present in case of pipeline generator. So the condition check is wrong. This results in validateelements testsuite not working. Hence modifying the condition to not error out on valid cases. https://bugzilla.gnome.org/show_bug.cgi?id=762422