diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:29:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:29:03 +0000 |
commit | 0e94431d7f606acf6fe1fcc13baed0a88d9e7e9c (patch) | |
tree | 54e2f4569297d4c56860c61a7278ef25f3581c8b /net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp | |
parent | sipXportLib is a library of SIP related functions and information (diff) |
sipXcommserverlib is a library that handles communication between
various sipX components. It is a necessary dependancy of the sipX
project.
WWW: http://sipx-wiki.calivia.com/index.php/Main_Page
PR: ports/107931
Submitted by: Michael Durian <durian at shadetreesoftware.com>
Notes
Notes:
svn path=/head/; revision=183898
Diffstat (limited to 'net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp')
-rw-r--r-- | net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp b/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp new file mode 100644 index 000000000000..8df57686f800 --- /dev/null +++ b/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp @@ -0,0 +1,47 @@ +--- ./src/test/OdbcWrapperTest.cpp.orig Sun Jan 7 16:20:24 2007 ++++ ./src/test/OdbcWrapperTest.cpp Sun Jan 7 16:21:01 2007 +@@ -54,7 +54,7 @@ + + CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, + "localhost", +- "postgres", ++ "pgsql", + "{PostgreSQL}"))!=NULL); + if (handle) + { +@@ -141,7 +141,7 @@ + + CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, + "localhost", +- "postgres", ++ "pgsql", + "{PostgreSQL}"))!=NULL); + + if (handle) +@@ -156,7 +156,7 @@ + + CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, + "localhost", +- "postgres", ++ "pgsql", + "{PostgreSQL}"))!=NULL); + if (handle) + { +@@ -173,7 +173,7 @@ + + CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, + "localhost", +- "postgres", ++ "pgsql", + "{PostgreSQL}"))!=NULL); + + if (handle) +@@ -216,7 +216,7 @@ + + CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, + "localhost", +- "postgres", ++ "pgsql", + "{PostgreSQL}"))!=NULL); + + if (handle) |