function testGetLevelsExceptLeaf()
 {
     $schema = new VF_Schema();
     $this->assertSame( array('make','model'), $schema->getLevelsExceptLeaf() );
 }