[
https://issues.apache.org/jira/browse/SHINDIG-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661033#action_12661033
]
Kevin Jin commented on SHINDIG-817:
-----------------------------------
The usual 'svn di' does not work for making sym-links. I'm not attaching a
patch. Instead, please run these commands in your client:
cd java/server/src/test/resources/endtoend/opensocial-templates
cp compiler_test.js ../../../../../../../features/opensocial-templates # this
version is newer
rm *_test.js
ln -s ../../../../../../../features/opensocial-templates/*_test.js .
> make java/server/src/test/resources/endtoend/opensocial-templates/*_test.js
> sym-links to features/opensocial-templates/
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: SHINDIG-817
> URL: https://issues.apache.org/jira/browse/SHINDIG-817
> Project: Shindig
> Issue Type: Improvement
> Components: Features (Javascript)
> Reporter: Kevin Jin
> Priority: Minor
>
> The files
> java/server/src/test/resources/endtoend/opensocial-templates/*_test.js were
> copied from features/opensocial-templates/. It's not convenient to maintain
> two copies. Since testadapter.js supports excluding individual tests if they
> are imcompatible due to HtmlUnit limitation, we don't need two copies. Make
> them sym-links and if any new tests fail in HtmlUnit due to JavaScript
> limitation, we can exclude them in testadapter.js.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.