Author: mircea.markus
Date: 2008-06-26 13:19:42 -0400 (Thu, 26 Jun 2008)
New Revision: 6064
Modified:
core/trunk/src/main/resources/config2to3.xslt
Log:
fixed test
Modified: core/trunk/src/main/resources/config2to3.xslt
===================================================================
--- core/trunk/src/main/resources/config2to3.xslt 2008-06-26 17:10:38 UTC (rev 6063)
+++ core/trunk/src/main/resources/config2to3.xslt 2008-06-26 17:19:42 UTC (rev 6064)
@@ -37,7 +37,7 @@
</xsl:attribute>
</xsl:if>
<xsl:if
test="//attribute[@name='NodeLockingScheme']">
- <xsl:attribute name="optimistic">
+ <xsl:attribute name="nodeLockingScheme">
<xsl:value-of
select="normalize-space(//attribute[@name='NodeLockingScheme'])"/>
</xsl:attribute>
</xsl:if>
Show replies by date