/**
  * @covers ilRoomSharingRoom::setType
  */
 public function testSetType()
 {
     self::$room->setType('Montreal2');
     $this->assertEquals('Montreal2', self::$room->getType());
 }