projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40cd81c
)
A couple of lines were missing from my last patch - this one fixes things.
author
Bruce Momjian
Sat, 29 Sep 2001 03:11:11 +0000
(
03:11
+0000)
committer
Bruce Momjian
Sat, 29 Sep 2001 03:11:11 +0000
(
03:11
+0000)
Liam Stewart
src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
b/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
index 2d4051cef803496fb368124a3ee9af537bd23c2b..37be09a2508ac9d961142fa8fadc68ab6766c3c2 100644
(file)
--- a/
src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
+++ b/
src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
@@
-5,7
+5,7
@@
import junit.framework.TestCase;
import java.sql.*;
/**
- * $Id: TimestampTest.java,v 1.
3 2001/09/23 04:11:14
momjian Exp $
+ * $Id: TimestampTest.java,v 1.
4 2001/09/29 03:11:11
momjian Exp $
*
* This has been the most controversial pair of methods since 6.5 was released!
*
@@
-129,4
+129,6
@@
public class TimestampTest extends TestCase {
JDBC2Tests.fix(h, 2) + ":" +
JDBC2Tests.fix(mn, 2) + ":" +
JDBC2Tests.fix(se, 2) + "." +
+ JDBC2Tests.fix(f, 9));
+ }
}