# File test/test_helper.rb, line 175
  def checkEmsg(cc)
    m = cc.poll
    if m
      assert m.command != Stomp::CMD_ERROR
    end
  end