entry->SetComment(comment);
// lowercase the expected result, and the notifier should do
// the same for the zip entries when ModifyArchive() runs
entry->SetComment(comment);
// lowercase the expected result, and the notifier should do
// the same for the zip entries when ModifyArchive() runs
{
// provide some context for the error message so that we know which
// iteration of the loop we were on
{
// provide some context for the error message so that we know which
// iteration of the loop we were on
- wxString testdata = _T("test data to pipe through zip");
- wxString cmd = _T("echo ") + testdata + _T(" | zip -q - -");
+ wxString testdata = wxT("test data to pipe through zip");
+ wxString cmd = wxT("echo ") + testdata + wxT(" | zip -q - -");
// The gnuwin32 build of infozip does work for this, e.g.:
// C:\>echo test data to pipe through zip | zip -q > foo.zip
// doesn't produce a valid zip, so disabled for now.
// The gnuwin32 build of infozip does work for this, e.g.:
// C:\>echo test data to pipe through zip | zip -q > foo.zip
// doesn't produce a valid zip, so disabled for now.
- string name = Description(_T("ZipPipeTestCase"), options,
- false, _T(""), _T("zip -q - -"));
+ string name = Description(wxT("ZipPipeTestCase"), options,
+ false, wxT(""), wxT("zip -q - -"));