You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:26 UTC

[05/46] directory-kerby git commit: removed unusued declaratiuon

removed unusued declaratiuon


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/94c55779
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/94c55779
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/94c55779

Branch: refs/heads/pkinit-support
Commit: 94c557794807bda3daec341edac1dbf70a2f3c80
Parents: aee06fa
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Sat Aug 22 12:01:02 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Sat Aug 22 12:01:02 2015 +0200

----------------------------------------------------------------------
 .../src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/94c55779/kerby-asn1/src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java
----------------------------------------------------------------------
diff --git a/kerby-asn1/src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java b/kerby-asn1/src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java
index e62727a..26fb3a2 100644
--- a/kerby-asn1/src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java
+++ b/kerby-asn1/src/test/java/org/apache/kerby/asn1/TestTaggingEncoding.java
@@ -168,8 +168,6 @@ public class TestTaggingEncoding {
         Type1 aType1 = new Type1(TEST_STRING);
         Type2 aType2 = new Type2(aType1);
         Type3 aType3 = new Type3(aType2);
-        Type4 aType4 = new Type4(aType3);
-        Type5 aType5 = new Type5(aType2);
 
         assertThat(aType1.encode()).isEqualTo(TYPE1_EXPECTED_BYTES);
         assertThat(TYPE2_EXPECTED_BYTES)