diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-08-04 08:52:18 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-08-04 08:52:18 +0000 |
| commit | 3ceaa97b3c6a17017bcfda35daa9c63993101de8 (patch) | |
| tree | e28972e78afa4e4e5fa19604abcf478e93509f1c /src/interfaces/ecpg/test/expected/connect-test2.c | |
| parent | a83437fcfd4d36876a8576313b7f945a86ab0242 (diff) | |
| download | postgresql-3ceaa97b3c6a17017bcfda35daa9c63993101de8.tar.gz | |
Regression test updates and fixes
Diffstat (limited to 'src/interfaces/ecpg/test/expected/connect-test2.c')
| -rw-r--r-- | src/interfaces/ecpg/test/expected/connect-test2.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/connect-test2.c b/src/interfaces/ecpg/test/expected/connect-test2.c index 141aa0f074..731f203b60 100644 --- a/src/interfaces/ecpg/test/expected/connect-test2.c +++ b/src/interfaces/ecpg/test/expected/connect-test2.c @@ -17,7 +17,16 @@ #include <stdlib.h> #include <stdio.h> -/* do not include regression.h */ + +#line 1 "./../regression.h" + + + + + + +#line 11 "test2.pgc" + int main(void) @@ -41,7 +50,7 @@ main(void) { ECPGconnect(__LINE__, 0, "connectdb" , NULL,NULL , id, 0); } #line 24 "test2.pgc" - { ECPGconnect(__LINE__, 0, "regress1@localhost" , NULL,NULL , "second", 0); } + { ECPGconnect(__LINE__, 0, "regress1" , NULL,NULL , "second", 0); } #line 25 "test2.pgc" |
