public function testGetSession()
 {
     $oSubj = Registry::getSession();
     $this->assertTrue($oSubj instanceof oxSession);
 }