Binary b = vf.createBinary(new ByteArrayInputStream(length.getBytes()));
try {
executeQueries(propertyName1, QueryObjectModelConstants.JCR_OPERATOR_EQUAL_TO,
vf.createValue(b));
} finally {
b.dispose();
}
}
public void testLengthDoubleLiteral() throws RepositoryException {
node.setProperty(propertyName1, "abc");