/**
  * Tests Stomp->commit()
  */
 public function testCommit()
 {
     $this->markTestIncomplete("This test doesn't use mocks, it tries to talk to a STOMP server");
     // TODO Auto-generated StompTest->testCommit()
     $this->markTestIncomplete("commit test not implemented");
     $this->Stomp->commit();
 }