Bug 3741

Summary: frysk/gui/test/TestParser.java use Build.
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3392    

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.