}
}
public void testFloatNegativeInfinity() {
try {
AllFieldTypesTest aftt = new AllFieldTypesTest();
aftt.setTestfloat(Float.NEGATIVE_INFINITY);
saveAndQuery(aftt, "testfloat =",
new Float(Float.NEGATIVE_INFINITY));
} catch (Exception e) {
bug(getCurrentPlatform(), 494, e,
"Some databases cannot store Float.NEGATIVE_INFINITY");