Bug 3580 - frysk.proc.TestFindProc prints trace output
Summary: frysk.proc.TestFindProc prints trace output
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 2234
  Show dependency treegraph
 
Reported: 2006-11-23 21:33 UTC by Andrew Cagney
Modified: 2006-11-27 21: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-11-23 21:33:11 UTC
Running testFindProcDetached(frysk.proc.TestFindProc) ...The number of processes
find added to the tree was: 1PASS
Running testFindProcAttached(frysk.proc.TestFindProc) ...The number of processes
find added to the tree was: 0PASS
Running testFindProcAckDaemon(frysk.proc.TestFindProc) ...The number of
processes find added to the tree was: 1
PASS
Comment 1 Nurdin Premji 2006-11-27 21:56:18 UTC
fixed
2006-11-23 
frysk-core/frysk/proc/CL
	* TestFindProc.java: Removed some debugging statements,
	enabled some asserts.