[qmtest] [PATCH] Add 'run this test' menu item to results page

Mark Mitchell mark at codesourcery.com
Wed Nov 27 21:19:05 UTC 2002



--On Wednesday, November 13, 2002 03:47:11 PM +0300 Vladimir Prus 
<ghost at cs.msu.su> wrote:

>
> Hello,
> I constantly encounter this situation: a test fails,
> I click on "details" to find out what happened, fix
> something and want to rerun the test. Now, I have to
> click on test name and then select "Run -> This test".

Volodya --

I checked in this patch.

Two notes for the future:

(1) We put two lines betwen functions, so:

    +        self.run_menu_items.append(("This Test", "run_test();"))
    +
    +    def MakeRunUrl(self):

    needed another blank line.

(2) Please submit a ChangeLog entry with your patch so that we can see
    what you're changing at a glance.

Thanks!

-- 
Mark Mitchell                mark at codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com



More information about the qmtest mailing list