# File test/tc_test_mu.rb, line 249
  def test_homepage_recent
      api = Mu::Command::Cmd_homepage.new
      result = JSON api.cmd_recent []
      assert !result[0]["summary"].nil?, "expected to find a summary field but didn't"
  end