blob: 21237d5d9a91fd38e467369986df62dbf8c827b7 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2015-03-30 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>OpenCMIS Client Bindings Implementation - OpenCMIS Client Binding Layer</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20150330" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<a href="../.." id="bannerLeft">
<img src="../../images/chemistry-logo.png" alt="Apache Chemistry OpenCMIS" />
</a>
<a href="http://www.apache.org/" id="bannerRight">
<img src="../../images/apache-logo.gif" alt="The Apache Software Foundation" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2015-03-30</span>
</div>
<div class="xright">
<span id="projectVersion">Version: 0.13.0</span>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>Parent Project</h5>
<ul>
<li class="none">
<a href="../../index.html" title="Apache Chemistry OpenCMIS">Apache Chemistry OpenCMIS</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<a href="project-info.html" title="Project Information">Project Information</a>
<ul>
<li class="none">
<strong>About</strong>
</li>
<li class="none">
<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
</li>
<li class="none">
<a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
</li>
<li class="none">
<a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
</li>
<li class="none">
<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
</li>
<li class="none">
<a href="source-repository.html" title="Source Repository">Source Repository</a>
</li>
<li class="none">
<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
</li>
<li class="none">
<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
</li>
<li class="none">
<a href="plugins.html" title="Project Plugins">Project Plugins</a>
</li>
<li class="none">
<a href="license.html" title="Project License">Project License</a>
</li>
<li class="none">
<a href="team-list.html" title="Project Team">Project Team</a>
</li>
<li class="none">
<a href="project-summary.html" title="Project Summary">Project Summary</a>
</li>
<li class="none">
<a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
<h5>Chemistry</h5>
<ul>
<li class="none">
<a href="../../.." title="Main Website">Main Website</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Maven" class="poweredBy">
<img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<!-- --><!-- --><!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements. See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership. The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License. You may obtain a copy of the License at --><!-- --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!-- --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied. See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- --><!-- --><div class="section">
<h2>JUnit Test Parameters<a name="JUnit_Test_Parameters"></a></h2>
<p>The provider implementation tests that require a real CMIS repository can be configured via system properties. These are the properties:</p>
<table border="1" class="bodyTable">
<tr class="a">
<th align="left">Property</th>
<th align="left">Description</th>
<th align="left">Default</th></tr>
<tr class="b">
<td align="left">opencmis.test</td>
<td align="left">Must be set to true to run tests</td>
<td align="left">false</td></tr>
<tr class="a">
<td align="left">opencmis.test.username</td>
<td align="left">User name</td>
<td align="left">test</td></tr>
<tr class="b">
<td align="left">opencmis.test.password</td>
<td align="left">Password</td>
<td align="left">test</td></tr>
<tr class="a">
<td align="left">opencmis.test.repository</td>
<td align="left">Repository id of the test repository</td>
<td align="left">[If not set the first repository returned by getRepositoryInfo will be used.]</td></tr>
<tr class="b">
<td align="left">opencmis.test.testfolder</td>
<td align="left">Root folder for all tests</td>
<td align="left">[If not set the the root folder of the test repository will be used.]</td></tr>
<tr class="a">
<td align="left">opencmis.test.documenttype</td>
<td align="left">Default test document type</td>
<td align="left">cmis:document</td></tr>
<tr class="b">
<td align="left">opencmis.test.foldertype</td>
<td align="left">Default test folder type</td>
<td align="left">cmis:folder</td></tr>
<tr class="a">
<td align="left">opencmis.test.atompub.url</td>
<td align="left">URL of the CMIS AtomPub service document</td>
<td align="left">http://localhost:8080/cmis/atom</td></tr>
<tr class="b">
<td align="left">opencmis.test.webservices.url</td>
<td align="left">URL prefix of the CMIS Web Services WSDLs</td>
<td align="left">http://localhost:8080/cmis/services/</td></tr>
<tr class="a">
<td align="left">opencmis.test.config</td>
<td align="left">Absolute path to a properties file that can contain all the parameters above</td>
<td align="left"><i>none</i></td></tr></table></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright &#169; 2009-2015
<a href="http://www.apache.org/">The Apache Software Foundation</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>