Skip to content

Commit

Permalink
方法名错误修改
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhen.wtz committed Dec 29, 2014
1 parent edcd8c4 commit 7e4296c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class PGIntervalSQLTest extends TestCase{


public void testIntrevalSQL(){
public void testIntervalSQL(){
String sql1="select timestamp '2001-09-28 01:00' + interval '23 hours'";
String sql1Result="SELECT TIMESTAMP '2001-09-28 01:00' + INTERVAL '23 hours'";
equal(sql1,sql1Result);
Expand Down

0 comments on commit 7e4296c

Please sign in to comment.