removed bad quality code
[svjatoslav_commons.git] / src / test / java / eu / svjatoslav / commons / network / UrlParamEncoderTest.java
diff --git a/src/test/java/eu/svjatoslav/commons/network/UrlParamEncoderTest.java b/src/test/java/eu/svjatoslav/commons/network/UrlParamEncoderTest.java
deleted file mode 100755 (executable)
index 0daa714..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Svjatoslav Commons - shared library of common functionality.
- * Copyright ©2012-2014, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
- * 
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 3 of the GNU Lesser General Public License
- * or later as published by the Free Software Foundation.
- */
-
-package eu.svjatoslav.commons.network;
-
-import org.junit.Before;
-import org.junit.Test;
-
-public class UrlParamEncoderTest {
-
-       @Before
-       public void setUp() throws Exception {
-       }
-
-       @Test
-       public void test() {
-               final String result = UrlParamEncoder.decode("this%20is%20a%20test.");
-               System.out.println(result);
-       }
-
-}