Bug 4441 - testAddingRemovingFilters(frysk.gui.test.TestFilterManager)java.lang.IllegalArgumentException: You are trying to remove an object which does not belong to this list.If this is intentional catch the exception
Summary: testAddingRemovingFilters(frysk.gui.test.TestFilterManager)java.lang.IllegalA...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 21:51 UTC by Andrew Cagney
Modified: 2007-05-03 20:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-04-30 21:51:34 UTC
testAddingRemovingFilters(frysk.gui.test.TestFilterManager)java.lang.IllegalArgumentException:
You are trying to remove an object which does not belong to this list.If this is
intentional catch the exception
   at frysk.gui.monitor.ObservableLinkedList.remove(TestRunner)
   at frysk.gui.monitor.filters.FilterManager.removeTaskFilterPrototype(TestRunner)
   at frysk.gui.test.TestFilterManager.testAddingRemovingFilters(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

Linux nettle 2.6.20-1.2312.fc5 #1 Tue Apr 10 15:09:44 EDT 2007 i686 i686 i386
GNU/Linux
Comment 1 Sami Wagiaalla 2007-05-03 21:09:37 UTC
2007-05-03  Sami Wagiaalla  <swagiaal@redhat.com>
	
	* 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  <swagiaal@redhat.com>
	
	* 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  <swagiaal@redhat.com>
	
	* 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  <swagiaal@redhat.com>
	
	* EventLogger.java: Replaced use of FRYSK_DIR with
	getFryskDir();
	* Config.java (getFryskDir): New fucntion.
	(getFryskTestDir): New function.
	removed global String variable FRYSK_DIR.