Browse Source

Stupid.

Change-Id: Iabb2d0644fb4412ead64a4c28afa96b1809244bc
Reviewed-on: http://gerrit.dmdirc.com/4013
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
pull/1/head
Chris Smith 9 years ago
parent
commit
e9b7bc394a
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      test/com/dmdirc/config/IdentityTest.java

+ 3
- 3
test/com/dmdirc/config/IdentityTest.java View File

@@ -134,14 +134,14 @@ public class IdentityTest {
134 134
     }
135 135
 
136 136
     @Test
137
-    @Ignore("Needs to be rewritten to work without an IdentityManager/profile dir")
137
+    @Ignore("Needs to be rewritten to work without a file system, and not be completely nuts")
138 138
     public void testSave() throws IOException, InvalidIdentityFileException {
139 139
         myIdent.setOption("foo", "bar", "baz!");
140 140
 
141 141
         myIdent.save();
142 142
 
143
-        myIdent = new ConfigFileBackedConfigProvider(identityManager,
144
-                myIdent.file.getFile().toPath(), false);
143
+        //myIdent = new ConfigFileBackedConfigProvider(identityManager,
144
+        //        myIdent.file.getFile().toPath(), false);
145 145
 
146 146
         assertEquals("baz!", myIdent.getOption("foo", "bar"));
147 147
     }

Loading…
Cancel
Save