From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5541 invoked by alias); 3 May 2007 20:10:23 -0000 Received: (qmail 4916 invoked by uid 48); 3 May 2007 20:10:04 -0000 Date: Thu, 03 May 2007 20:10:00 -0000 Message-ID: <20070503201004.4915.qmail@sourceware.org> From: "swagiaal at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070430215203.4442.cagney@redhat.com> References: <20070430215203.4442.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4442] testSaveLoad(frysk.gui.test.TestSessionSaveLoad)java.lang.IllegalArgumentException: The given item name[1] is already used X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00181.txt.bz2 List-Id: ------- Additional Comments From swagiaal at redhat dot com 2007-05-03 21:10 ------- 2007-05-03 Sami Wagiaalla * test/GuiTestCase.java: New file. * test/TestWindowFactorization.java: Now extends GuiTestCase and calls super.setUp(). * test/TestPrototypeCopying.java: Now extends GuiTestCase. Changed it to pass OBSERVERS_TEST_DIR when constructing ObserverManager. * test/TestSessionSaveLoad.java: Ditto. * test/TestTagsetSaveLoad.java: Ditto. * test/TestFilterManager.java: Removed duplicate addtion of taskProcParentNameFilter. * sessions/SessionManager.java: Changed constructor to take a file argument represnting save directory. Replaced use of String paths with Files. * Gui.java: Changed code to use File instead of String paths. 2007-05-03 Sami Wagiaalla * observers/TestObserverSaveLoad.java: Now inherets from GuiTestCase. uses temporary test directories instead of default ones. * observers/ObserverManager.java: Replaced use of String paths with File objects. Constructor now takes a file argument indicating the save direcotry. * SaveableXXX.java: Spelling fix. * EventLogger.java: Replaced use of String paths with File objects. * ObjectFactory.java: Ditto. 2007-05-03 Sami Wagiaalla * tags/TagsetManager.java: Changed constructor to take a string argument representing save directory. Replaced use of String paths with File objects. 2007-05-03 Sami Wagiaalla * EventLogger.java: Replaced use of FRYSK_DIR with getFryskDir(); * Config.java (getFryskDir): New fucntion. (getFryskTestDir): New function. removed global String variable FRYSK_DIR. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=4442 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.