Committed by Greg Sabino Mullane <[email protected]>

Adjust test to use 3 digit exponential values (CPAN bug
#59449)

---
 Changes            |  2 ++
 t/12placeholders.t | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index 4017b82..c2d484f 100644
--- a/Changes
+++ b/Changes
@@ -49,6 +49,8 @@ Version 3.0.0?
   - Fix assertion when binding array columns on debug perls >= 5.16
     [Dagfinn Ilmari Mannsåker]
 
+  - Adjust test to use 3 digit exponential values (CPAN bug #59449)
+
 Version 2.19.3  Released August 21, 2012 (git commit 
be018f10fdaf4163f98affcb7244046e8f47420d)
 
   - Fix bug in pg_st_split_statement causing segfaults
diff --git a/t/12placeholders.t b/t/12placeholders.t
index e274243..b471b9e 100644
--- a/t/12placeholders.t
+++ b/t/12placeholders.t
@@ -224,14 +224,14 @@ point datatype floating point numbers
 (1.34,667)
 
 point datatype exponential numbers
-1e34,9E4
-'1e34,9E4'
-(1e+34,90000)
+1e134,9E4
+'1e134,9E4'
+(1e+134,90000)
 
 point datatype plus and minus signs
-1e+34,-.45
-'1e+34,-.45'
-(1e+34,-0.45)
+1e+134,-.45
+'1e+134,-.45'
+(1e+134,-0.45)
 
 point datatype invalid number
 123,abc
@@ -269,13 +269,13 @@ line datatype floating point numbers
 ERROR: not yet implemented
 
 line datatype exponential numbers
-1e34,9E4
-'1e34,9E4'
+1e134,9E4
+'1e134,9E4'
 ERROR: not yet implemented
 
 line datatype plus and minus signs
-1e+34,-.45
-'1e+34,-.45'
+1e+134,-.45
+'1e+134,-.45'
 ERROR: not yet implemented
 
 line datatype invalid number
-- 
1.8.4

Reply via email to