/**
   * Test loading a native UML 1.4 zargo.
   *
   * @throws Exception when e.g. the file is not found
   */
  public void testDoLoadUml14() throws Exception {
    Project p = doLoad("/testmodels/uml14/Alittlebitofeverything.zargo");
    p.remove();

    p = doLoad("/testmodels/uml14/SequenceDiagram.zargo");
    p.remove();
  }