Forum Discussion

enliven's avatar
enliven
Contributor
12 years ago

Composite Project Directory/File names

My issue is similar to this one: viewtopic.php?f=20&t=12856&p=31392

The operations I am testing have '_' within the service and some operation names.
Prior to v4 the directories and files created by Soapui stripped all but alphanumeric chars from both (i.e. DataService_v2_0 -> DataServicev20).
Sometime in v4 it began inserting the '_' in all directory/filenames and I have to update my source control (big big pita)

Now, running some stuff in v4.5 and trying to save a project it seems to be stripping the '_' back out again?!? This changing back and forth is causing me a lot of extra work and headaches ....
Is this a new bug or is it being changed back to only doing alphanumeric?
What is your intended standard for directory/filenames (so I know when I should change our source control OR when to fix SoapUI directory/filenames)?