test


Related Questions
I would like to use both CmisFeature and EmbeddedAutomationServerFeature in the same tests. From the logs, deployment seems to run fine but I later encounter the following exception when trying to open an httpautomationsession : Any Idea ? type ...
  0 votes
  1 answers
  1 comments
  1950 views

Hi everybody recently we have found that when creating a user, Nuxeo allows you to set some fields like firstName or lastName with HTML code. See examples below: curl -X POST -H "Content-Type: application/json" -u Administrator:Administrator -d '{ ...
  2 votes
  2 answers
  7 comments
  3706 views

Hello, I want to unit test a class where properties are accessed via the Framework.getProperties(“key”) method. I don't know how to make this properties available in my class under test without having a running server. I gess the answer is related ...
  0 votes
  1 answers
  1 comments
  4601 views

I'm writing unit tests for a custom operation. I have the test deployment and execution running; however there are WARN entries in the test execution log like this: 05 Mar 2014 08:58:12 WARN TransactionHelper - No user ...
  0 votes
  1 answers
  4 comments
  2924 views

Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
  0 votes
  2 answers
  1 comments
  3329 views

The current set of nuxeo-chemistry unit tests expect the root folder to be filtered out in cmis:folder queries since its lifecyclestate is NULL. Yet, 'Root' is considered a valid cmis:folder primarytype. Are the unit tests that make this assumption ...
  0 votes
  1 answers
  3 comments
  3195 views

When writing unit tests you have to explicitly choose which bundles to deploy whereas in Nuxeo you just have to specify immediate dependencies. So, is there an easy way to get a list of bundles needed to run any given test or it's just common sense ...
  0 votes
  1 answers
  0 comments
  1840 views

I have been attempting to point v5.5 to my existing PGSQL database. I have defined NUXEO_HOME, NUXEO_CONF and I have moved the blob data, logs and nuxeo.conf file out of the Nuxeo_HOME directory. All of this works on v5.4.2. I've unzipped a version ...
  0 votes
  2 answers
  1 comments
  1814 views