Edgewall Software
Modify

Opened 12 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)

Change History (0)

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.