poco/Data/testsuite
Marian Krivos b76b5673a6 test compile fix: DataTest.cpp was broken after last LOB class refactoring, erro was:
call of overloaded 'LOB(Poco::Dynamic::Var&)' is ambiguous, candidates are: 
     Poco::Data::LOB<T>::LOB(const Poco::Data::LOB<T>&) [with T = char, Poco::Data::LOB<T> = Poco::Data::LOB<char>]
     Poco::Data::LOB<T>::LOB(const std::basic_string<_CharT>&) [with T = char]
     Poco::Data::LOB<T>::LOB(const std::vector<T>&) [with T = char]
2011-01-15 18:27:49 +00:00
..
src test compile fix: DataTest.cpp was broken after last LOB class refactoring, erro was: 2011-01-15 18:27:49 +00:00
CMakeLists.txt fixed testrunner linking when static linking is used (cmake . -DPOCO_STATIC=1) 2009-03-16 18:02:09 +00:00
Makefile [SF 2272430] BLOB and CLOB 2008-11-24 00:38:23 +00:00
TestSuite_VS71.vcproj [SF 2272430] BLOB and CLOB 2008-11-24 00:38:23 +00:00
TestSuite_VS80.vcproj [SF 2272430] BLOB and CLOB 2008-11-24 00:38:23 +00:00
TestSuite_VS90.vcproj [SF 2272430] BLOB and CLOB 2008-11-24 00:38:23 +00:00
TestSuite.vmsbuild committed Data 2007-05-12 14:41:03 +00:00