Tests failure

From: Anjo Krank (anjo.kran..-online.de)
Date: Sat Oct 26 2002 - 07:31:55 EDT

  • Next message: Anjo Krank: "SyBasePlugin"

    All,

    I just ran the test-cases and there were a few errors...

    org.objectstyle.woproject.ant.WOMapperTest.testOtherResource:

            public void testOtherResource() throws Exception {
                    runMapperTest("Other/model.eomodeld", "Other/model.eomodeld");
                    runMapperTest("English.lproj/Other/model.eomodeld",
    "English.lproj/Other/model.eomodeld");
              runMapperTest("Nonlocalized.lproj/Other/a.plist",
    "Other/a.plist");
            }

    it expects "Other/s.gif" not to be flattened, but the "comp/Main.wo"
    directory to be flattened? Is this supposed to work like this?

    and

    org.objectstyle.woproject.ant.WOPropertiesHandlerTest.testHomeRoot2:

         public void testHomeRoot2() throws Exception {
             assertEquals(System.getProperty("user.home"),
    handler.getHomeRootPath());
         }

    This fails with my setup because I sym-linked my home directory
    somewhere else, so "/Users/ak" != "/Volumes/Home".

    I'm not sure what to do with this, we can't really leave the
    non-working tests in?

    Also, when you have an older Ant setup, it fails on some of the
    functional test. That went away when I upgraded to 1.5.1.

    Cheers, Anjo



    This archive was generated by hypermail 2.0.0 : Sat Oct 26 2002 - 07:32:08 EDT