http://bugzilla.wpkg.org/show_bug.cgi?id=145
--- Comment #14 from Rainer Meier <[email protected]> 2009-05-09 20:37:56 --- Hi, I re-run the full test suite and found a problem with the sendStatus functionality introduced in WPKG 1.1.0. In addition I fixed some tests within the test3_cmdsetup suite which were using "/" path separators instead of Windows "\" separators. I know that this might have been working using older WPKG versions because somehow the WSH exec() function seems to accept such calls - but WPKG 1.1.0 now uses %COMSPEC% to execute commands in order to be able to redirect STDOUT/STDERR to prevent blocking of commands. %COMSPEC% somehow seems not to accept such path definition, sorry. Therefore I think it's better to fix the test suite instead of reverting all the enhancements in WPKG. Now all tests went through without problems for me. Please check if it works for you too. As always the latest version can be downloaded from <http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/current-development/>. Changes: FIX: Fixed bug which caused a null-pointer exception when a package marked for removal (removed from the profile) was removed from the package tree on server side. The bug has been reported in Bug 145. FIX: Updated regression-test suite which contained some tests which failed because they used unix path separator "/" instead of windows "\" separator. Problems with this tests have been reported in Bug 145. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
