Ticket #582 (closed defect: fixed)
"Run this test" in broken on win32 when there is a space in the test file name
| Reported by: | azawawi | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | External dependency | Version: | 0.46 |
| Keywords: | Cc: |
Description
Scenario (This only happens on win32):
- Click on File > New > Perl 5 Test
- Save the test script as "Test with space.t"
- Click on Run > Run this test
You'll see this message which is plain wrong.
Cannot determine source for D:\tools\Test at C:/strawberry/perl/lib/App/Prove.pm line 496
This happens because prove uses Perl's glob and this is broken on win32. See my ticket http://rt.cpan.org/Public/Bug/Display.html?id=49732
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r8176 for "Run Test" and r8178 for "Run Tests"