public function testSQLVal()
 {
     $data = new ViewableDataTest_Castable();
     $this->assertEquals($data->SQL_val('test'), 'test');
 }