Skip to content

Commit

Permalink
Fixed version downgrade integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Sep 10, 2014
1 parent 4eb3dca commit cc3d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_tests/src/version1_downgrade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BOOST_FIXTURE_TEST_SUITE(version1_downgrade, Version1DowngradeTests)
BOOST_AUTO_TEST_CASE(test_query_after_downgrade)
{
boost::scoped_ptr<test_utils::LogData> log_data(
new test_utils::LogData("Protocol version 2 unsupported. Trying protocol version 1.."));
new test_utils::LogData("Error response: 'Invalid or unsupported protocol version: 2"));

cass_size_t row_count;

Expand Down

0 comments on commit cc3d2e8

Please sign in to comment.