[
https://issues.apache.org/jira/browse/SHINDIG-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lipeng updated SHINDIG-1056:
----------------------------
Attachment: BasicRemoteContentTest.patch
use Class MockSigningFetcherFactory replace of SigningFetcherFactory .
SigningFetcherFactory depend on private.key file.
MockSigningFetcherFactory create a new private key, so it doesn't depend on any
files.
class MockSigningFetcherFactory { // declaration and implement class
$signingFetcherFactory = new MockSigningFetcherFactory(); // use class
> BasicRemoteContentTest doesn't depend on static private key file
> ----------------------------------------------------------------
>
> Key: SHINDIG-1056
> URL: https://issues.apache.org/jira/browse/SHINDIG-1056
> Project: Shindig
> Issue Type: Test
> Components: PHP
> Affects Versions: trunk
> Environment: Windowsxp apache2.2.10 php5.2.9
> Reporter: lipeng
> Attachments: BasicRemoteContentTest.patch
>
>
> this test depend on shindig have private.key file, if the file isn't exists,
> the test will fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.