Skip to content

Commit

Permalink
Remove superfluous call to test_bytea()
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Feb 16, 2013
1 parent ca11312 commit b29861e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/backends/postgresql/test/test-postgresql.cpp
Expand Up @@ -680,8 +680,6 @@ int main(int argc, char** argv)

try
{
test_bytea();

test_context tc(backEnd, connectString);
common_tests tests(tc);
tests.run();
Expand All @@ -693,10 +691,8 @@ int main(int argc, char** argv)
test4();
test4ul();
test5();

// test6();
//test6();
std::cout << "test 6 skipped (dynamic backend)\n";

test7();
test8();
test9();
Expand All @@ -706,6 +702,7 @@ int main(int argc, char** argv)
test_bytea();

std::cout << "\nOK, all tests passed.\n\n";

return EXIT_SUCCESS;
}
catch (std::exception const & e)
Expand Down

0 comments on commit b29861e

Please sign in to comment.