 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [qmtest] Re: [PATCH] Edit suite problem
- To: Vladimir Prus <ghost@xxxxxxxxx>, "qmtest@xxxxxxxxxxxxxxxx" <qmtest@xxxxxxxxxxxxxxxx>
- Subject: Re: [qmtest] Re: [PATCH] Edit suite problem
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Feb 2002 23:26:04 -0800
--On Wednesday, February 06, 2002 01:54:47 PM +0300 Vladimir Prus
<ghost@xxxxxxxxx> 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@xxxxxxxxxxxxxxxx
CodeSourcery, LLC http://www.codesourcery.com
|
|