* test/manual/cedet/cedet/ede/detect-utest.el:
(ede-ditect-utest-project-list): Deleted. Replaced
with... (ede-detect-utest-project-entries): New list of entries to
test. (ede-detect-utest-project-dirmatch-list): Deleted. Replaced
with ... (ede-detect-utest-project-dirmatch-entries): New list of
entries to test dirmatch with. (ede-detect-entry): New class for
storing test points. (ede-detect-entry::ede-detect-do-test)
(ede-detect-show-state, ede-detect-entry::ede-detect-state)
(ede-detect-entry::ede-detect-show-progress): New. ("UTESTCPP",
"UTESTJAVA"): Add :name to these projects. (ede-detect-utest):
Replace feature unloaded/loaded with calls to
`ede-detect-utest-validate-loadstate'. Change variables passed to
utest-loop. (ede-detect-utest-loop): Replace old refs into cons cells
with refs into the class. Replace all bit warnings by pushing text
into the test entry objects. Add double-initialze test. Add call to
project rescan. At end, dump out the state captured during testing.
(ede-detect-utest-rescan):
New. (ede-detect-utest-validate-loadstate): New, content copied from
`ede-detect-utest'. (dirmatchtest autoload): Add root-only as nil.