From a63e922375434b9d8f7effffe14845d240b430f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 10 Jan 2012 15:38:31 +0100 Subject: Remove rpctest project. Apache xmlrpc doesn't work on Android because of a mismatch in Java core classes [1]. Remove rpctest project. In my master's project, jsonrpc4j will be used instead of xmlrpc. [1] http://code.google.com/p/android/issues/detail?id=9493 --- rpctest/src/test/java/com/orbekk/AppTest.java | 38 --------------------------- 1 file changed, 38 deletions(-) delete mode 100644 rpctest/src/test/java/com/orbekk/AppTest.java (limited to 'rpctest/src/test/java/com/orbekk/AppTest.java') diff --git a/rpctest/src/test/java/com/orbekk/AppTest.java b/rpctest/src/test/java/com/orbekk/AppTest.java deleted file mode 100644 index 9201a36..0000000 --- a/rpctest/src/test/java/com/orbekk/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.orbekk; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} -- cgit v1.2.3