function testNextLevelsMake()
 {
     $schema = new VF_Schema(); 
     $this->assertEquals( array('make','model','year'), $schema->getNextLevelsIncluding('make') );
 }