[Modeling-users] install tests on 0.9pre11
Status: Abandoned
Brought to you by:
sbigaret
|
From: Mario R. <ma...@ru...> - 2003-07-30 16:22:07
|
Hi,
remember the tests/README file? I just followed that sequence,
and, get this for these two steps:
...
% python test_EditingContext_Global.py
======================================================================
FAIL: [EC] Checks that a FK/class prop. gets its value after saving
changes
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_EditingContext_Global.py", line 922, in
test_17b_insertedObject_and_FK_as_classProperty
self.assertEqual(b.getFK_Writer_Id(), gid.keyValues()['id'])
File
"/BinaryCache/python/python-3.root~193/usr/lib/python2.2/unittest.py",
line 286, in failUnlessEqual
raise self.failureException, \
AssertionError: None != 19
----------------------------------------------------------------------
Ran 33 tests in 30.675s
FAILED (failures=1)
'Errors' indicate exceptions other than AssertionError.
'Failures' indicate AssertionError
0 errors, 1 failures
%
...
% python test_AdaptorLayer.py
Traceback (most recent call last):
File "test_AdaptorLayer.py", line 36, in ?
from utils import parseConfigFile_and_updateModel
ImportError: cannot import name parseConfigFile_and_updateModel
%
I should worry about this?
Also, there are other test steps to execute now?
(i.e. should this README be update?)
mario
|