Changes between Version 40 and Version 41 of TestCaseManagementPlugin


Ignore:
Timestamp:
May 24, 2007, 6:38:18 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v40 v41  
    7272testManagementPlugin.*=enabled
    7373}}}
     74
     758. restrict ticket owners to only known users of the system.  You do this by looking for the line retrict_owner in the conf file.
     76This is actually necessary becuase of an oversight on my part.  I incorrectly assumed that most people would have turned this on.
     77{{{
     78restrict_owner = true
     79}}}
     80A bug has been entered about this (thanks for that), and I'll be working on a solution for the next release.
     81
    7482
    7583I've added some helpful debugging/error checking that should help if an error occurs.  Probably the most likely error is you'll specify the relative path to the testcases incorrectly.