#111: Dynamic knowledge bases with placemark
---------------------------+------------------------------------------------
  Reporter:  skaplun       |       Owner:  man     
      Type:  enhancement   |      Status:  assigned
  Priority:  minor         |   Milestone:          
 Component:  BibKnowledge  |     Version:          
Resolution:                |    Keywords:          
---------------------------+------------------------------------------------
Changes (by simko):

  * status:  in_merge => assigned


Comment:

 Two test cases fail for this branch:

 {{{
 ======================================================================
 ERROR: bibknowledge - create a "find x by y" db and search it
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "./bibknowledge_regression_tests.py", line 96, in
 test_existing_kb_values_for_bibedit
     self.assertEqual(1, len(val))
 NameError: global name 'val' is not defined

 ======================================================================
 FAIL: bibknowledge - test a dynamic db
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "./bibknowledge_regression_tests.py", line 87, in
 test_kb_for_bibedit
     self.assertEqual(1, len(myvalues))
 AssertionError: 1 != 0
 }}}

 The first one seems to be a simple `vals` vs `val` mismatch.  I have not
 looked at the second one.

 Can you please correct?

-- 
Ticket URL: <http://invenio-software.org/ticket/111#comment:6>
Invenio <http://invenio-software.org>

Reply via email to