A couple of lines were missing from my last patch - this one fixes things.
Liam
--
Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED]
Index: src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
===================================================================
RCS file:
/projects/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java,v
retrieving revision 1.3
diff -c -r1.3 TimestampTest.java
*** src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java 2001/09/23
04:11:14 1.3
--- src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java 2001/09/25
14:06:33
***************
*** 129,132 ****
--- 129,134 ----
JDBC2Tests.fix(h, 2) + ":" +
JDBC2Tests.fix(mn, 2) + ":" +
JDBC2Tests.fix(se, 2) + "." +
+
+JDBC2Tests.fix(f, 9));
+ }
}
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])