Commit 850ba416 authored by Bruce Momjian's avatar Bruce Momjian

A couple of lines were missing from my last patch - this one fixes things.

Liam Stewart
parent 40cd81cf
...@@ -5,7 +5,7 @@ import junit.framework.TestCase; ...@@ -5,7 +5,7 @@ import junit.framework.TestCase;
import java.sql.*; 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! * This has been the most controversial pair of methods since 6.5 was released!
* *
...@@ -129,4 +129,6 @@ public class TimestampTest extends TestCase { ...@@ -129,4 +129,6 @@ public class TimestampTest extends TestCase {
JDBC2Tests.fix(h, 2) + ":" + JDBC2Tests.fix(h, 2) + ":" +
JDBC2Tests.fix(mn, 2) + ":" + JDBC2Tests.fix(mn, 2) + ":" +
JDBC2Tests.fix(se, 2) + "." + JDBC2Tests.fix(se, 2) + "." +
JDBC2Tests.fix(f, 9));
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment