pmgd icon indicating copy to clipboard operation
pmgd copied to clipboard

indexstringtest fails on some systems

Open vishakha041 opened this issue 7 years ago • 1 comments
trafficstars

that do not have the locales used in the test. Could check for the available locales or ask the user for them

vishakha041 avatar Nov 07 '18 08:11 vishakha041

Indexstringtest requires the locale “fr_FR.utf8” to be available on your system.

At line 104 of indexstringtest.cc, we should add

    catch (std::runtime_error e) {
        cout << e.what() << "\n";
        return 1;
    }

-Philip

luisremis avatar Dec 21 '18 03:12 luisremis