Author: jpotts
Date: Sat May 3 20:37:20 2014
New Revision: 1592275
URL: http://svn.apache.org/r1592275
Log:
Progress against cmislib browser binding
Modified:
chemistry/cmislib/trunk/src/tests/settings.py
Modified: chemistry/cmislib/trunk/src/tests/settings.py
URL:
http://svn.apache.org/viewvc/chemistry/cmislib/trunk/src/tests/settings.py?rev=1592275&r1=1592274&r2=1592275&view=diff
==============================================================================
--- chemistry/cmislib/trunk/src/tests/settings.py (original)
+++ chemistry/cmislib/trunk/src/tests/settings.py Sat May 3 20:37:20 2014
@@ -16,24 +16,24 @@
# specific language governing permissions and limitations
# under the License.
#
-from cmislib.atompub_binding import AtomPubBinding
-from cmislib.browser_binding import BrowserBinding
+from cmislib.atompub.binding import AtomPubBinding
+from cmislib.browser.binding import BrowserBinding
#
# Override these settings with values to match your environment.
#
# CMIS repository's service URL
#REPOSITORY_URL = 'http://cmis.alfresco.com/s/cmis' # Alfresco demo
-#REPOSITORY_URL = 'http://localhost:8080/chemistry/atom' # Apache Chemistry
AtomPub
-REPOSITORY_URL = 'http://localhost:8080/chemistry/browser' # Apache Chemistry
Browser
+REPOSITORY_URL = 'http://localhost:8081/chemistry/atom' # Apache Chemistry
AtomPub
+#REPOSITORY_URL = 'http://localhost:8081/chemistry/browser' # Apache Chemistry
Browser
#REPOSITORY_URL = 'http://localhost:8080/alfresco/cmisatom' # Alfresco 4.0
AtomPub
#REPOSITORY_URL = 'http://localhost:8080/alfresco/s/api/cmis' # Alfresco
#REPOSITORY_URL = 'http://cmis.demo.nuxeo.org/nuxeo/atom/cmis' # Nuxeo demo
#REPOSITORY_URL = 'http://localhost:8080/nuxeo/atom/cmis' # Nuxeo local
# Choose a binding. The AtomPubBinding is the only one you should really be
using right now
-#BINDING = AtomPubBinding()
-BINDING = BrowserBinding()
+BINDING = AtomPubBinding()
+#BINDING = BrowserBinding()
# CMIS repository credentials
USERNAME = 'admin' # Alfresco