I adjusted the oauth test suite to skip a test if the test database is misbehaving. The oauth test suite should ensure that the oauth code is tested, not that the test rig is up and running. (This should be ensured elsewhere if need be.)
A failing oauth test should indicate an error in the oauth code, nothing else.
Hi there,
I adjusted the oauth test suite to skip a test if the test database is misbehaving. The oauth test suite should ensure that the oauth code is tested, not that the test rig is up and running. (This should be ensured elsewhere if need be.) A failing oauth test should indicate an error in the oauth code, nothing else.
Cheers, tpltnt