mark some tests in admin/10script.t on Win32 TODO
authorRafael Kitover <rkitover@cpan.org>
Sun, 24 Jun 2012 05:32:03 +0000 (01:32 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 10 Jul 2012 22:06:09 +0000 (18:06 -0400)
commita036182226af9edc62ef393cebca797030f44a9a
tree5eaf063b160acec3923f5464251b306e4a24555b
parent8bab2062c234a0ebab1c177220ef1d13b281d5b2
mark some tests in admin/10script.t on Win32 TODO

The test_dbicadmin() tests are failing on Win32 due to some sort of
quoting issue with the temp directory. I'm not sure how the temp
directory is being used here, so it will have to wait for someone else,
in the meanwhile I marked the tests TODO.

Also changed the " backwhacking to use Win32::ShellQuote instead and
added it to optdeps, unfortunately that didn't fix the problem, since
the problem seems to be some sort of DBICTest::RunMode interaction with
dbicadmin.
lib/DBIx/Class/Optional/Dependencies.pm
t/admin/10script.t