chore: add missing header path, revert inadvertent db server address dev change

This commit is contained in:
Alex Fabijanic 2023-11-02 22:29:27 +01:00
parent 596bd0ef23
commit 73e191f185
2 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,8 @@
"${POCO_BASE}/Redis/include",
"${POCO_BASE}/MongoDB/include",
"${POCO_BASE}/ApacheConnector/include",
"${POCO_BASE}/Data/src"
"${POCO_BASE}/Data/src",
"${POCO_BASE}/Data/testsuite/include"
]
},
"configurations": [

View File

@ -23,7 +23,7 @@
#include "SQLExecutor.h"
#define POCO_ODBC_TEST_DATABASE_SERVER "10.211.55.5"//"localhost"
#define POCO_ODBC_TEST_DATABASE_SERVER "localhost"
class ODBCTest: public CppUnit::TestCase
@ -236,8 +236,8 @@ inline void ODBCTest::testTempTable()
throw Poco::NotImplementedException("ODBCTest::testTempTable()");
}
inline void ODBCTest::testStoredProcedure()
{
inline void ODBCTest::testStoredProcedure()
{
throw Poco::NotImplementedException("ODBCTest::testStoredProcedure()");
}