Changeset 1385
- Timestamp:
- 08/22/08 16:40:13 (5 months ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/test/test_helpers.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1382 r1385 1 2008-08-23 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 test/test_helpers.hxx: 3 - Fixed nested template syntax, thanks Bjorn Munch 1 4 2008-08-19 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 5 test/test000.cxx, test/test001.cxx, test/test002.cxx, test/test004.cxx, trunk/test/test_helpers.hxx
r1379 r1385 176 176 namespace \ 177 177 { \ 178 pqxx::test::test_case< connection_type, transaction_type> \178 pqxx::test::test_case< connection_type, transaction_type > \ 179 179 test(#function, function); \ 180 180 }
