[qmtest] Re: [PATCH] Edit suite problem
Mark Mitchell
mark at codesourcery.com
Thu Feb 14 07:26:04 UTC 2002
--On Wednesday, February 06, 2002 01:54:47 PM +0300 Vladimir Prus
<ghost at cs.msu.su> wrote:
> Vladimir Prus wrote:
>
>> Further, EditSuite functionality seems to not work.
>
> There was a typo:
>
> Index: qm/test/web/web.py
> ===================================================================
> RCS file: /home/qm/Repository/qm/qm/test/web/web.py,v
> retrieving revision 1.42.2.2
> diff -u -r1.42.2.2 web.py
> --- qm/test/web/web.py 2002/01/17 07:25:48 1.42.2.2
> +++ qm/test/web/web.py 2002/02/06 10:50:32
> @@ -722,7 +722,7 @@
> self.edit = edit
>
> if not suite.IsImplicit():
> - self.edit_menu_items.append(("Edit Suite", "edit_isuite();"))
> + self.edit_menu_items.append(("Edit Suite", "edit_suite();"))
> self.edit_menu_items.append(("Delete Suite",
> "delete_suite();"))
> if not edit:
I've applied this patch for QMTest 1.1.1, which should be ready very
soon.
Thanks,
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the qmtest
mailing list