Store locality of a Sone in the Sone itself.
[Sone.git] / src / test / java / net / pterodactylus / sone / text / SoneTextParserTest.java
index e1857a0..9a060f6 100644 (file)
@@ -182,7 +182,7 @@ public class SoneTextParserTest extends TestCase {
                 */
                @Override
                public Sone getSone(final String soneId, boolean create) {
-                       return new Sone(soneId) {
+                       return new Sone(soneId, false) {
 
                                /**
                                 * {@inheritDoc}