[TYPO3-caretaker] Test Extension Version result message

Martin Ficzel martin.ficzel at gmx.de
Wed Oct 27 12:42:09 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

Hi Olli,

I now i understand the problem. Did you mean the same like 
http://forge.typo3.org/issues/9720#change-24554 i patched that some minutes ago.

Regards Martin


More information about the TYPO3-project-caretaker mailing list