[TYPO3-caretaker] Test Extension Version result message
Martin Ficzel
martin.ficzel at gmx.de
Mon Oct 4 19:57:29 CEST 2010
Am 22.09.10 16:24, schrieb Oliver Krause:
> Hi there,
>
> I'd like to commit a change in the result message generation from the test
> tx_caretakerinstance_ExtensionTestService
>
> I created a test to search for a certain extension to check if it is
> installed and if - in which version (with version requirement). It's not
> an unsecure extension, so the existing test doesn't match my needs.
>
> When the test doesn't find the extension in a site the state is OK,
> which is fine, but the message is
> "Extension "EXTKEY" version is installed"
>
> which is wrong.
>
> I changed the line 108 to
> $message = ($extensionVersion === FALSE) ? 'Extension "' .
> $extensionKey . '" is not installed.' : 'Extension "' . $extensionKey .
> '" version ' . $extensionVersion . ' is installed.';
>
> If that line is OK for you I would be glad if you could integrate it
> into the trunk, because that test (and the result message) is importent
> for us.
>
> Best regards,
> Olli
Hello Olli,
would http://forge.typo3.org/issues/10051 fit your needs?
Regards Martin
More information about the TYPO3-project-caretaker
mailing list