Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 850ba41

Browse files
committed
A couple of lines were missing from my last patch - this one fixes things.
Liam Stewart
1 parent 40cd81c commit 850ba41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.sql.*;
66

77
/**
8-
* $Id: TimestampTest.java,v 1.3 2001/09/23 04:11:14 momjian Exp $
8+
* $Id: TimestampTest.java,v 1.4 2001/09/29 03:11:11 momjian Exp $
99
*
1010
* This has been the most controversial pair of methods since 6.5 was released!
1111
*
@@ -129,4 +129,6 @@ private java.sql.Timestamp getTimestamp(int y, int m, int d, int h, int mn, int
129129
JDBC2Tests.fix(h, 2) + ":" +
130130
JDBC2Tests.fix(mn, 2) + ":" +
131131
JDBC2Tests.fix(se, 2) + "." +
132+
JDBC2Tests.fix(f, 9));
133+
}
132134
}

0 commit comments

Comments
 (0)