-
Łukasz Nowak authored
OpenOrder.request and ComputerPartition.request are not raising ResourceNotReady anymore. Instead if there is need to access value which needs server connection and ComputerPartition class detects that request have to be done, it is begin invoked, which *can* result with late ResourceNotReady. Some tests were moved from ERP5 Vifib test suite to slapos.core package, to do checks on library level, instead of client level. ERP5 Vifib test suite was updated in order to follow non raising Request. Also simplification was done, as there is no need to repeat logic of library testing. Squashed commit of the following: commit 4abc0e3d6bc22955ef062c9066ec2139fa74ff1b Author: Łukasz Nowak <luke@nexedi.com> Date: Tue Sep 27 11:14:01 2011 +0200 Rename in order to follow reality. This steps are checking for HTTP responses directly, and not library exception. commit 9222aab2fe026ff7e5ae63d0a0ce7c0a95e72b43 Author: Łukasz Nowak <luke@nexedi.com> Date: Tue Sep 27 ...
c47d0343