/**
  * @covers ilRoomSharingRoom::setMaxAlloc
  */
 public function testSetMaxAlloc()
 {
     self::$room->setMaxAlloc(1200);
     $this->assertEquals(1200, self::$room->getMaxAlloc());
 }