This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/3657] testGetModules(lib.dw.tests.TestDwfl)junit.framework.AssertionFailedError


------- Additional Comments From cagney at redhat dot com  2006-12-14 19:08 -------
    for (int i = 0; i < modules.length; i++)
      {
        String modName = modules[i].getName();
        if (modName.lastIndexOf("TestRunner") >= 0)
          foundTestRunner = true;
        else if (modName.lastIndexOf("libc") >= 0)
          foundlibc = true;
        else if (modName.lastIndexOf("libgcj") >= 0)
          foundlibgcj = true;
      }


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3657

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]