From a8f5d8345278d27ddf5325d3977e460b86b6275f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 27 Apr 2010 20:56:50 +0000
Subject: [PATCH] Fixing several issues with the Control Panel, the QuickSetup, Core server and Replication. Also improves unit, functional tests. More specifically this commit resolves the following open issues: 4385 - NPE when using ExtensibleMatch filter without a matching rule 4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index 4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass 4533 - NullPointerException when configuring replication between 2 OpenDS 4539 - DSML Gateway - jaxb.properties Exception
---
opends/tests/staf-tests/shared/xsl/id.xsl | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opends/tests/staf-tests/shared/xsl/id.xsl b/opends/tests/staf-tests/shared/xsl/id.xsl
index 2c06714..5e278b2 100644
--- a/opends/tests/staf-tests/shared/xsl/id.xsl
+++ b/opends/tests/staf-tests/shared/xsl/id.xsl
@@ -24,7 +24,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2008-2009 Sun Microsystems, Inc.
+ ! Copyright 2008-2010 Sun Microsystems, Inc.
! -->
<xsl:output method="html" version="4.0" encoding="iso-8859-1" indent="yes"/>
@@ -551,7 +551,7 @@
</xsl:element>
<xsl:element name="br"/>
-
+
<!-- Shaded Line -->
<xsl:element name="hr">
<xsl:attribute name="noshade">
@@ -685,7 +685,7 @@
</xsl:element>
<xsl:for-each select="$testware/service">
-
+
<xsl:element name="tr">
<xsl:element name="td">
<xsl:element name="b">
@@ -762,7 +762,7 @@
</xsl:element>
</xsl:element>
</xsl:element>
-
+
<!-- Shaded Line -->
<xsl:element name="hr">
<xsl:attribute name="noshade">
@@ -772,11 +772,11 @@
<xsl:value-of select="1"/>
</xsl:attribute>
</xsl:element>
-
+
</xsl:element>
-
+
</xsl:element>
</xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file
--
Gitblit v1.10.0