Skip to content

Commit

Permalink
NXP-15040: fix test on widget descriptors json export
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Pasquier committed Sep 15, 2014
1 parent af03812 commit c803942
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
@RunWith(FeaturesRunner.class)
@Features(PlatformFeature.class)
@Deploy({ "org.nuxeo.ecm.automation.core", "org.nuxeo.ecm.automation.io",
"org.nuxeo.ecm.webengine.core" })
@LocalDeploy("org.nuxeo.ecm.automation.io:test-chains.xml")
"org.nuxeo.ecm.webengine.core", "org.nuxeo.ecm.platform.web.common" })
@LocalDeploy({ "org.nuxeo.ecm.automation.io:test-chains.xml",
"org.nuxeo.ecm.automation.io:operations-contrib-test.xml" })
public class TestAutomationJson {

@Inject
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.automation.featuresContrib" version="1.0">

<documentation>@author Bogdan Stefanescu ([email protected])</documentation>

<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
point="operations">

<operation class="org.nuxeo.ecm.automation.core.operations.document.Query">
<widgets>
<widget name="query" type="codearea">
<labels>
<label mode="any">Query</label>
</labels>
<properties mode="any">
<property name="language">nxql</property>
<property name="width">100%</property>
<property name="height">100%</property>
</properties>
<fields>
<field>query</field>
</fields>
</widget>
</widgets>
</operation>
</extension>
</component>

0 comments on commit c803942

Please sign in to comment.