From 0eaf83f5e792172fd95f9fdc5dbf06f60c684395 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 29 Oct 2008 20:52:55 +0000
Subject: [PATCH] Issue 851: log archiving, reporting and results collection

---
 opends/tests/staf-tests/shared/functions/environment.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index db57ea9..7d284ff 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -96,6 +96,11 @@
         import sys
       </script>
 
+      <!-- Load in any additional Java classes -->
+      <script>
+        import java.io.FileNotFoundException
+      </script>
+
       <!-- Load in any standard python functions -->
       <script>
         from time import localtime,strftime

--
Gitblit v1.10.0