From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18163 invoked by alias); 4 Jan 2005 21:08:40 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 17901 invoked from network); 4 Jan 2005 21:08:26 -0000 Received: from unknown (HELO mail1.ewetel.de) (212.6.122.12) by sourceware.org with SMTP; 4 Jan 2005 21:08:26 -0000 Received: from majestix.konqueror.de (dynadsl-080-228-94-054.ewetel.net [80.228.94.54]) by mail1.ewetel.de (8.12.1/8.12.9) with ESMTP id j04L8ITG007916; Tue, 4 Jan 2005 22:08:18 +0100 (MET) Received: from [192.168.1.3] (helo=asterix.konqueror.de) by majestix.konqueror.de with esmtp (Exim 4.34) id 1Clwwh-0000EH-Q6; Tue, 04 Jan 2005 23:14:31 +0100 From: Michael Koch To: Thomas Fitzsimmons Subject: Re: Patch: GUI testing framework Date: Tue, 04 Jan 2005 21:08:00 -0000 User-Agent: KMail/1.6.2 Cc: mauve-discuss@sources.redhat.com References: <1104795399.6374.117.camel@tortoise.toronto.redhat.com> <200501041002.30797.konqueror@gmx.de> <1104856780.6374.135.camel@tortoise.toronto.redhat.com> In-Reply-To: <1104856780.6374.135.camel@tortoise.toronto.redhat.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200501042210.07725.konqueror@gmx.de> X-CheckCompat: OK X-SW-Source: 2005-q1/txt/msg00008.txt.bz2 Am Dienstag, 4. Januar 2005 17:39 schrieb Thomas Fitzsimmons: > On Tue, 2005-01-04 at 10:02 +0100, Michael Koch wrote: > > Am Dienstag, 4. Januar 2005 00:36 schrieb Thomas Fitzsimmons: > > > Hi, > > > > > > This patch adds support to batch_run for running GUI tests, > > > either within an Xvfb server (default) or directly on the > > > tester's desktop. It also introduces the GUI tag; all tests > > > that require DISPLAY to be set should be tagged as GUI tests. > > > > > > I tested this with the java.awt.Robot tests I posted last week. > > > The tests run properly both within Xvfb and on my desktop. > > > > Nice. Classpath has it now too, so we can generally test it too > > directly. > > > > > I would like to rely on the metacity window manager, since it > > > handles inset sizing correctly. > > > > Depending on a specific window manager is stupid. It just makes > > the hurdles for users of mauve higher. If we have problems with a > > specific window manager and its his fault and not ours we should > > report bugs. > > OK. Can we default to metacity? I'm thinking of: > > if test "x$WM" = "x" ; then > WM=metacity > fi Can you default to /bin/true when metacity is not in the path ? Michael -- Homepage: http://www.worldforge.org/