From 32bcf2f71fb3abaec97a07e81247ef6d4fdb7c37 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 10 Jun 2013 21:30:13 +0000
Subject: [PATCH] CR-1828 Updated import_ldif and operations stress tests
---
opends/tests/staf-tests/stress-tests/testcases/importldif/importldif.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/tests/staf-tests/stress-tests/testcases/importldif/importldif.xml b/opends/tests/staf-tests/stress-tests/testcases/importldif/importldif.xml
index 9324f5a..4ada5c6 100644
--- a/opends/tests/staf-tests/stress-tests/testcases/importldif/importldif.xml
+++ b/opends/tests/staf-tests/stress-tests/testcases/importldif/importldif.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2012 ForgeRock AS.
+ ! Copyright 2012-2013 ForgeRock AS.
! -->
<stax>
<defaultcall function="main_importldif" />
@@ -51,10 +51,10 @@
<call function="'testGroup_Preamble'" />
<script>
suiteList = []
- #suiteList.append('basic')
- #suiteList.append('binary_attributes')
- #suiteList.append('properties')
- #suiteList.append('indexes')
+ suiteList.append('basic')
+ suiteList.append('binary_attributes')
+ suiteList.append('properties')
+ suiteList.append('indexes')
suiteList.append('tasks')
def get_testsuite_filename(testsdir,groupname,suitename):
--
Gitblit v1.10.0