File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/dd/plist/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111/**
1212 * This class contains tests for issues that were managed with the Google Code issue tracking system
1313 */
14- public class GoogleCodeIssueTests extends TestCase {
14+ public class GoogleCodeIssueTest extends TestCase {
1515 public static void testIssue4 () throws Exception {
1616 NSDictionary d = (NSDictionary )PropertyListParser .parse (new File ("test-files/issue4.plist" ));
1717 assertTrue (((NSString )d .objectForKey ("Device Name" )).toString ().equals ("Kid\u2019 s iPhone" ));
Original file line number Diff line number Diff line change 1313/**
1414 * Regression tests for various issues and bugs that have been encountered
1515 */
16- public class IssueTests extends TestCase {
16+ public class IssueTest extends TestCase {
1717 public static void testGzipInputStream () {
1818 try {
1919 File plistFile = new File ("test-files/test-gzipinputstream-issue.plist" );
You can’t perform that action at this time.
0 commit comments