* test/manual/cedet/cedet/semantic/ia-utest.el:
(semantic-ia-utest-file-list): Add commented out poly
test. (semantic-ia-utest-buffer): Improve visibility of failed lines.
"tests/testusing.cpp"
"tests/testnsp.cpp"
"tests/testlocalvars.cpp"
+ ;;"tests/testpoly.cpp"
"tests/testsppcomplete.c"
"tests/testvarnames.c"
"tests/testjavacomp.java"
(setq pass (cons idx pass))
(setq fail (cons idx fail))
(semantic-ia-utest-log
- " Failed %d. Desired: %S Actual %S"
+ " XXXXX Failed %d. Desired: %S Actual %S"
idx desired actual)
(add-to-list 'semantic-ia-utest-error-log-list
(list (buffer-name) idx desired actual)