| View previous topic :: View next topic |
| Author |
Message |
Mats Olsson
Joined: 01 Jun 2009 Posts: 3 Location: Sweden
|
Posted: Mon Sep 28, 2009 4:48 am Post subject: WFS 1.1.0 test ascending order string sorting bug? |
|
|
The wfs-1.1.0-Basic-GetFeature-tc102.1 test claims that sorting on the str4Property with "abc3" first and "def4" is not ascending order. Is this a known bug?
Best regards,
Mats Olsson |
|
| Back to top |
|
 |
mschneider
Joined: 05 Nov 2009 Posts: 2
|
Posted: Thu Nov 05, 2009 9:37 am Post subject: |
|
|
I observed this as well (see my list of issues that I recently posted). Here's my summary on this one:
wfs:wfs-1.1.0-Basic-GetFeature-tc102.1
-----------------------------------------
- Problem: Assertion not met, because tested condition appears to be too strong
- Solution: Adapt basic/GetFeature/logicalops/GetFeature-POST-logicalops.xml
- <xsl:when test="sf:str4Property">
- <xsl:if test="compare(sf:str4Property, 'abc3') != 0">
- <ctl:message>FAILURE: sf:str4Property != "abc3" (gml:id = <xsl:value-of select="@gml:id"/>)</ctl:message>
- <ctl:fail/>
- </xsl:if>
- </xsl:when>
Best regards,
Markus |
|
| Back to top |
|
 |
|