From: SourceForge.net <no...@so...> - 2009-05-09 13:55:16
|
Bugs item #2789413, was opened at 2009-05-09 14:53 Message generated for change (Comment added) made by adrianissott You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2789413&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database interface Group: current cvs >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: AdrianIssott (adrianissott) Assigned to: AdrianIssott (adrianissott) Summary: MysqlTest.pm Doesn't Work on Windows Initial Comment: Running the test on windows after correctly setting up MySql results in the following: .....The system cannot find the path specified. .The system cannot find the path specified. .The system cannot find the path specified. .The system cannot find the path specified. .The system cannot find the path specified. F.The system cannot find the path specified. .The system cannot find the path specified. F Time: 1 wallclock secs ( 0.39 usr + 0.06 sys = 0.45 CPU) !!!FAILURES!!! Test Results: Run: 23, Failures: 2, Errors: 0 There were 2 failures: 1) MysqlTest.pm:60 - test_fileindexed(MysqlTest) expected 0, got 2 2) MysqlTest.pm:47 - test_fileid(MysqlTest) Wrong number of rows in DB ---------------------------------------------------------------------- >Comment By: AdrianIssott (adrianissott) Date: 2009-05-09 14:55 Message: Solution was to use File::Spec to get the null device in an OS independent way ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=2789413&group_id=27350 |