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

Commit bdfde2b

Browse files
author
Michael Meskes
committed
Finally the last test.
1 parent 3c82099 commit bdfde2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/ecpg/test/expected/connect-test1.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ main(void)
2626

2727

2828
#line 16 "test1.pgc"
29-
char db [ 200 ] ;
29+
char db [ 200 ] ;
3030

3131
#line 17 "test1.pgc"
32-
char pw [ 200 ] ;
32+
char pw [ 200 ] ;
3333
/* exec sql end declare section */
3434
#line 18 "test1.pgc"
3535

@@ -39,7 +39,7 @@ main(void)
3939
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); }
4040
#line 22 "test1.pgc"
4141

42-
{ ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
42+
{ ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
4343
#line 23 "test1.pgc"
4444

4545
{ ECPGdisconnect(__LINE__, "CURRENT");}

0 commit comments

Comments
 (0)