From 20d8db2bed2f217bcaa3f9523b844579a46d0e05 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 23 Jan 2007 22:34:59 +0000
Subject: [PATCH] Remove a couple of test values from the data provider used by ASN.1 element test cases.  They didn't provide much additional value beyond that which was already available from smaller values, and removing them can notably improve the time required to run those tests.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Element.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Element.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Element.java
index 03490a5..0de6a00 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Element.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Element.java
@@ -189,8 +189,6 @@
       new Object[] { new byte[0x80] },    // The smallest 2-byte length encoding
       new Object[] { new byte[0xFF] },    // The largest 2-byte length encoding
       new Object[] { new byte[0x0100] },  // The smallest 3-byte length encoding
-      new Object[] { new byte[0xFFFF] },  // The largest 3-byte length encoding
-      new Object[] { new byte[0x010000] } // The smallest 4-byte length encoding
     };
   }
 

--
Gitblit v1.10.0