function testLevelsFB()
 {
     $schema = new VF_Schema();
     $this->assertEquals('`foo`,`bar`', $schema->getLevelsString(), 'should escape levels for mysql');
 }