You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test is comparing a path created via Path::Class (which uses File::Spec internally) with a path returned from ChangeNotify. The former is C:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3\_queue_not_subscribed, the latter is C:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3/_queue_not_subscribed
If I get access to a Windows machine, I'll write a minimal test case, but getting access may take some time.
The text was updated successfully, but these errors were encountered:
The test is comparing a path created via Path::Class (which uses
File::Spec internally) with a path returned from ChangeNotify. The
former is
'C:\DOCUME1\Admin\LOCALS1\Temp\1R8WMye9O3_queue_not_subscribed', the
latter is
'C:\DOCUME1\Admin\LOCALS1\Temp\1R8WMye9O3/_queue_not_subscribed'
If I get access to a Windows machine, I'll write a minimal test case,
but getting access may take some time.
Migrated from rt.cpan.org #82534 (status was 'open')
Requestors:
Attachments:
From [email protected] (@dakkar) on 2013-01-07 11:17:56
:
http://cpantesters.org/cpan/report/4bec28d4-6bf7-1014-8bfa-8166d1d52598 makes me suspect that, under Win32, an event path may be reported with a forward slash instead of a back-slash.
The test is comparing a path created via Path::Class (which uses File::Spec internally) with a path returned from ChangeNotify. The former is
C:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3\_queue_not_subscribed
, the latter isC:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3/_queue_not_subscribed
If I get access to a Windows machine, I'll write a minimal test case, but getting access may take some time.
The text was updated successfully, but these errors were encountered: