1. 03 May, 2015 1 commit
    • Ryan Weaver's avatar
      Updating test to verify that the wrapped connection is set to null on close (not unset) · 9d8be7b1
      Ryan Weaver authored
      This mocks connect(), sets the internal _conn to an object, then calls close, which
      should re-set _conn back to null. The getWrappedConnection() call gives us access
      to _conn, but does NOT trigger a re-connect, since we mocked connect() to do nothing.
      Ultimately, if _conn is unset, calling getWrappedConnection() will error. If _conn
      is not set to null, the test will fail. This tests all the cases.
      9d8be7b1
  2. 20 Mar, 2015 1 commit
  3. 23 Jan, 2015 1 commit
  4. 18 Jan, 2015 7 commits
  5. 12 Jan, 2015 2 commits
  6. 11 Jan, 2015 4 commits
  7. 09 Jan, 2015 1 commit
  8. 08 Jan, 2015 1 commit
  9. 04 Jan, 2015 7 commits
  10. 03 Jan, 2015 15 commits