@@ -126,29 +126,7 @@ public void testApply() throws ConfigurationException {
126126
127127 editorSettingsPanel .apply ();
128128
129- CsvEditorSettings .OptionSet freshOptionSet = new CsvEditorSettings .OptionSet ();
130- freshOptionSet .init ();
131-
132129 assertEquals (false , editorSettingsPanel .isModified ());
133- assertEquals (freshOptionSet .CARET_ROW_SHOWN , csvEditorSettings .isCaretRowShown ());
134- assertEquals (freshOptionSet .USE_SOFT_WRAP , csvEditorSettings .isUseSoftWraps ());
135- assertEquals (freshOptionSet .HIGHTLIGHT_TAB_SEPARATOR , csvEditorSettings .isHighlightTabSeparator ());
136- assertEquals (freshOptionSet .SHOW_INFO_BALLOON , csvEditorSettings .isShowInfoBalloon ());
137- assertEquals (freshOptionSet .TAB_HIGHLIGHT_COLOR , "" + csvEditorSettings .getTabHighlightColor ().getRGB ());
138- assertEquals (freshOptionSet .QUOTING_ENFORCED , csvEditorSettings .isQuotingEnforced ());
139- assertEquals (freshOptionSet .ZERO_BASED_COLUMN_NUMBERING , csvEditorSettings .isZeroBasedColumnNumbering ());
140- assertEquals (freshOptionSet .TABLE_DEFAULT_COLUMN_WIDTH , csvEditorSettings .getTableDefaultColumnWidth ());
141- assertEquals (freshOptionSet .TABLE_AUTO_MAX_COLUMN_WIDTH , csvEditorSettings .getTableAutoMaxColumnWidth ());
142- assertEquals (freshOptionSet .DEFAULT_ESCAPE_CHARACTER , csvEditorSettings .getDefaultEscapeCharacter ());
143- assertEquals (freshOptionSet .DEFAULT_VALUE_SEPARATOR , csvEditorSettings .getDefaultValueSeparator ());
144- assertEquals (freshOptionSet .KEEP_TRAILING_SPACES , csvEditorSettings .getKeepTrailingSpaces ());
145- assertEquals (freshOptionSet .COMMENT_INDICATOR , csvEditorSettings .getCommentIndicator ());
146- assertEquals (freshOptionSet .VALUE_COLORING , csvEditorSettings .getValueColoring ());
147- assertEquals (freshOptionSet .KEEP_TRAILING_SPACES , csvEditorSettings .getKeepTrailingSpaces ());
148- assertEquals (freshOptionSet .COMMENT_INDICATOR , csvEditorSettings .getCommentIndicator ());
149- assertEquals (freshOptionSet .VALUE_COLORING , csvEditorSettings .getValueColoring ());
150-
151- editorSettingsPanel .disposeUIResources ();
152130 }
153131
154132}
0 commit comments