fix popups during tests on Win32 (hopefully)
authorRafael Kitover <rkitover@cpan.org>
Tue, 19 Jul 2011 17:01:20 +0000 (13:01 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 19 Jul 2011 17:01:20 +0000 (13:01 -0400)
commite6983054057f1eeb16bbf6fe5032313f1769640f
tree1e0e9393101ff109a9d82f28edd9052aa6cf860d
parent475713afff0a6e0518e0a2a514aab3b2804b95b8
fix popups during tests on Win32 (hopefully)

A tester reports that t/73oracle_hq.t causes an error popup on Win32.
This test was checking for DBD::Oracle (and thereby trying to load it)
before checking for the DBICTEST_ORA_DSN environment variables.

This commit moves the check for necessary environment variables for the
t/73oracle.t and t/73oracle_hq.t test files to before the module
requirements tests, thereby not trying to load DBD::Oracle, and causing
an error popup.
t/73oracle.t
t/73oracle_hq.t