Store locality of a Sone in the Sone itself, remove related methods from Database.
[Sone.git] / src / test / java / net / pterodactylus / sone / text / SoneTextParserTest.java
index 7de50fb..9b1d11d 100644 (file)
@@ -161,7 +161,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}