This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4440] testSaveLoad(frysk.gui.monitor.observers.TestObserverSaveLoad)java.lang.NullPointerException


------- Additional Comments From swagiaal at redhat dot com  2007-05-03 21:08 -------
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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4440

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]