Bug 3741 - frysk/gui/test/TestParser.java use Build.
Summary: frysk/gui/test/TestParser.java use Build.
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3392
  Show dependency treegraph
 
Reported: 2006-12-16 00:56 UTC by Andrew Cagney
Modified: 2006-12-16 00:56 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-12-16 00:56:07 UTC
The test contains hardwired Build paths:

import frysk.gui.Build;
                                     Build.SRCDIR +
"/frysk/gui/srcwin/testfiles/test_looper.xml",
    if (DOMFactory.pathFound(Build.SRCDIR))

should be using frysk.junit.Paths methods to locate any files et.al., otherwize
test won't work if/when installed.