• Show log

    Commit

  • Hash : b231ef3a
    Author : Vicent Marti
    Date : 2010-06-12T03:08:52

    Add new tests: t0502-table, t0503-tableit
    
    "t0502-table" tests for basic functionality of the objects
    table:
    	table_create	(creating a new object table)
    	table_populate	(fill & lookup on the object table)
    	table_resize	(dynamically resize the table)
    
    "t0503-tableit" tests the iterator for object tables:
    	table_iterator (make sure the iterator reaches all objects)
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>