private Preferences theTestPreferences;
public void setUp() throws Exception {
super.setUp();
theTestPreferences=new Preferences();
theTestPreferences.setSettingFileLocation(FILE_NAME);
SJFIO thePrefFile=new SJFIO(FILE_NAME);
thePrefFile.theFileInMem.add("test_preferences: test1");
thePrefFile.theFileInMem.add("test_preferences_2: test2");