running testcase 205_selenium_default_groups.t produced errors errors were because parameter "useentrygroupdefault" was removed from our 3.4 code, checking upstream bugzilla, this parameter was supposed to be removed in 3.6, all details can be found here: https://bugzilla.mozilla.org/show_bug.cgi?id=478972 the patch from the above bug was partially applied to our 3.4 branch, for example the parameter still exist in Bugzilla/User.pm testopia testcase: https://testopia.devel.redhat.com/bugzilla/tr_show_case.cgi?case_id=12145
Created attachment 365153 [details] v1 of patch to remove useentrygroupdefault parameter Hi Dave, as mentioned in the description of this bug, this patch should remove the parameter useentrydefaultgroup completely from the code to make the testcase t/205_selenium_default_groups.t pass after removing the tests related to that parameter from the testcase. please review and let me know what you think. Thanks, Noura
Comment on attachment 365153 [details] v1 of patch to remove useentrygroupdefault parameter Looks good.
Thanks for the review Dave. Patch committed to svn