Modify ↓
Opened 13 years ago
#757 new defect
ctools.cppunit support does not support globbing but claims it does
Reported by: | David Kühling <dvdkhlng@…> | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.7 |
Component: | Recipe commands | Version: | 0.6 |
Keywords: | cppunit tests | Cc: | |
Operating System: |
Description
The comment in ctools.cppunit reads "may contain globbing wildcards to match multiple files". But this is not true.
Looks like cppunit was derived from javatools.junit which does support globbing:
for path in glob(ctxt.resolve(file_))
, but the globbing support was removed in the process.
Not sure what to do: add the globbing support from javatools or just fix the comment?
Disclaimer: I don't use cppunit nor junit; I merely stumbled over the bug while deriving the qtestlib support, which was derived from cppunit and I really needed the globbing.
Attachments (0)
Note: See
TracTickets for help on using
tickets.