/**
   * Run the Map<QName, String> getOtherAttributes() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetOtherAttributes_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    Map<QName, String> result = fixture.getOtherAttributes();

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }