- 20 Jul, 2011 10 commits
-
-
Łukasz Nowak authored
According to method name it sets all credential preferences to default state, but some are overriden. It directed to uncontrollable test results.
-
Łukasz Nowak authored
Even if object is still reindexing, reference concurrency shall be protected, and no double objects are created.
-
Łukasz Nowak authored
As users can double click (or register in same time with same reference) during time of indexation, it is required to lock on activity system. Note that as reference is global in the system, same tag, as in Document.Person._setReference is used.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
ERP5Site_newCredentialRequest shall disallow to create duplicated credentials.
-
Łukasz Nowak authored
CredentialRequest_checkLoginAvailability was used only on form, but script shall not trust that form correctly validated everything, so recheck here too.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 19 Jul, 2011 7 commits
-
-
Leonardo Rochael Almeida authored
And another test to show behaviour of run-once interactions on temp objects affecting real-objects. And a global search/replace on assertEquals -> assertEqual on testInteractionWorkflow.py
-
Leonardo Rochael Almeida authored
Only prevent transition from running if it has actually run. If its guard prevents it from running, consider it still runnable in this transaction. This change doesn't help to skip the interaction on the real object if it's not forbidden on the temp one.
-
Lucas Carvalho authored
-
Łukasz Nowak authored
Mark as NotImplementedError, as use case is not described yet.
-
Łukasz Nowak authored
-
Julien Muchembled authored
-
Rafael Monnerat authored
portal_instrospections is been used by SlapOS as a single place for detect lack of configuration (ie.: Missing bt5s, Missing memcache configuration...) Move to tnstance creation make things cleaner and it creates a standard place for information collection.
-
- 18 Jul, 2011 11 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
login.
-
Ivan Tyagov authored
-
Leonardo Rochael Almeida authored
Otherwise it can't be set, just like variation_category_list
-
Ivan Tyagov authored
and account's number of failures and stop user (if required) from logging in.
-
Leonardo Rochael Almeida authored
this should have been part of commit 79a2aaf5
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 15 Jul, 2011 1 commit
-
-
Aurel authored
-
- 12 Jul, 2011 6 commits
-
-
Julien Muchembled authored
Update Folder.callMethodOnObjectList so that an active proces can collect results.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Leonardo Rochael Almeida authored
Add view and property-sheet for Specialise Divergence Tester so that only specialise links of specific portal types can be divergence tested (or, alternatively excluded from divergence testing). Use the accessors above to restrict which specialise links are selected for testing on the movement by the Specialise Divergence Tester.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Jul, 2011 1 commit
-
-
Łukasz Nowak authored
JSON allows to exchange python dictionaries in safe and simple way. So thanks to using directory where test results are posted, it is possible that call external tool will call erunTestSuite, which would later attach to such directory "x" and do "something" more with stored test results.
-
- 08 Jul, 2011 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Lucas Carvalho authored
Now is possible to run these tests under portal_classes due the "magic" done by runLiveTest and also run using runUnitTest.
-
Lucas Carvalho authored
-