From 9c681f38b742b26b841eb42bc19879cb90ac03de Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 8 Jul 2024 17:30:58 -0400 Subject: Add XML property lists Implement support for the XML property lists that are the newer version of the ASCII ones. There are a few things that still need to be done, but all of the basics are there Next things - Allow collapsing a property list into a series of objects - Serialize both the property list and flattened objects to XML --- .../src/test/java/net/wotonomy/foundation/AllTests.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java (limited to 'projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java') diff --git a/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java b/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java deleted file mode 100644 index 7a2e664..0000000 --- a/projects/net.wotonomy.foundation/src/test/java/net/wotonomy/foundation/AllTests.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.wotonomy.foundation; - -import junit.framework.Test; -import junit.framework.TestSuite; - -public class AllTests { - - public static Test suite() { - TestSuite suite = new TestSuite("Test for net.wotonomy.foundation"); - // $JUnit-BEGIN$ - suite.addTestSuite(NSArrayTest.class); - suite.addTestSuite(NSBundleTest.class); - // $JUnit-END$ - return suite; - } - -} -- cgit v1.2.3