From 114974c8366fd20310b01aae55ba8654180242f9 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 29 Jan 2009 14:19:03 +0000
Subject: [PATCH] Test suite for binary transfer option

---
 opends/tests/staf-tests/functional-tests/testcases/schema/schema.xml |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/schema/schema.xml b/opends/tests/staf-tests/functional-tests/testcases/schema/schema.xml
index ae9a155..6b64f5a 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/schema/schema.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/schema/schema.xml
@@ -23,7 +23,7 @@
  !
  ! CDDL HEADER END
  !
- !      Copyright 2006-2008 Sun Microsystems, Inc.
+ !      Copyright 2006-2009 Sun Microsystems, Inc.
  ! -->
 <stax>
   <defaultcall function="main_schema"/>
@@ -77,22 +77,6 @@
               server.dn         = DIRECTORY_INSTANCE_DN
               server.password   = DIRECTORY_INSTANCE_PSWD
               server.suffix     = DIRECTORY_INSTANCE_SFX
-              
-              def parse_stax_result(result):
-              
-                if result.__class__ is org.python.core.PyList:
-                  _unwrapResult=result[1][0]
-                  
-                  try:
-                    _functionString=_unwrapResult[1]
-                  except AttributeError:
-                    _functionString='Unable to parse result.'
-                elif result.__class__ is org.python.core.PyString:
-                  _functionString=STAXResult
-                else:
-                  _functionString='Unable to parse result.'
-
-                return _functionString
             </script>
 
             <!-- Run the test suites -->

--
Gitblit v1.10.0