summaryrefslogtreecommitdiffstats
path: root/bindings/java
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:45 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:45 +0000
commit2d9a2ec35f9e326b89c4cb3624d15dbb387d2878 (patch)
treea82fbf44401346ec680463b4eb04a7b2e19927ad /bindings/java
parent567a3d2bf293b989837208158527f6bcaeaf89fd (diff)
downloadlasso-2d9a2ec35f9e326b89c4cb3624d15dbb387d2878.tar.gz
lasso-2d9a2ec35f9e326b89c4cb3624d15dbb387d2878.tar.xz
lasso-2d9a2ec35f9e326b89c4cb3624d15dbb387d2878.zip
[Tests java] remove Test.java
Local test file wrongly commited.
Diffstat (limited to 'bindings/java')
-rw-r--r--bindings/java/tests/Test.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/bindings/java/tests/Test.java b/bindings/java/tests/Test.java
deleted file mode 100644
index 4e1450df..00000000
--- a/bindings/java/tests/Test.java
+++ /dev/null
@@ -1,11 +0,0 @@
-import com.entrouvert.lasso.*;
-
-class Test {
-
- public static void main(String args[]) {
- Samlp2AuthnRequest p;
-
- p = new Samlp2AuthnRequest();
- System.out.println(p.dump());
- }
-}