Skip to content

Commit

Permalink
Correct language def, fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 25, 2011
1 parent c1a9819 commit e07d7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/general/query.xml
Expand Up @@ -14,7 +14,7 @@
<sv:value>nt:query</sv:value>
</sv:property>
<sv:property sv:name="jcr:language" sv:type="String">
<sv:value>sql2</sv:value>
<sv:value>JCR-SQL2</sv:value>
</sv:property>
<sv:property sv:name="jcr:statement" sv:type="String">
<sv:value>SELECT * FROM [nt:file] WHERE [nt:file].[jcr:mimeType] = "text/plain"</sv:value>
Expand Down

0 comments on commit e07d7b7

Please sign in to comment.