[PATCH] Edit suite problem

Vladimir Prus ghost at cs.msu.su
Wed Feb 6 10:54:47 UTC 2002


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:

- Volodya




More information about the qmtest mailing list