summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes2008-12-29 17:48:11 +0000
committerMichael Meskes2008-12-29 17:48:11 +0000
commitbdfde2b39072c6e4001ecf9b77f060e6284f7d4e (patch)
tree59b6d38fc4f5561912de124e7b1750f13d7c33d8
parent3c82099c82e2b51a09ab2317df26ef094ad7cc06 (diff)
Finally the last test.
-rw-r--r--src/interfaces/ecpg/test/expected/connect-test1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test1.c b/src/interfaces/ecpg/test/expected/connect-test1.c
index 8b6a94fb725..fe000302b03 100644
--- a/src/interfaces/ecpg/test/expected/connect-test1.c
+++ b/src/interfaces/ecpg/test/expected/connect-test1.c
@@ -26,10 +26,10 @@ main(void)
#line 16 "test1.pgc"
- char db [ 200 ] ;
+ char db [ 200 ] ;
#line 17 "test1.pgc"
- char pw [ 200 ] ;
+ char pw [ 200 ] ;
/* exec sql end declare section */
#line 18 "test1.pgc"
@@ -39,7 +39,7 @@ main(void)
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); }
#line 22 "test1.pgc"
- { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
+ { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
#line 23 "test1.pgc"
{ ECPGdisconnect(__LINE__, "CURRENT");}