D14779: Fix 'kformattest fails with installed kcoreaddons language package'
    Albert Astals Cid 
    noreply at phabricator.kde.org
       
    Sun Aug 19 18:13:10 BST 2018
    
    
  
aacid added a comment.
  Can you please replace your setLocale call in initTestCase for
  
  void initLocale()
  {
  
    setenv("LC_ALL", "en_US.utf-8", 1);
  
  }
  Q_CONSTRUCTOR_FUNCTION(initLocale)
  
  This should make it work (or at least it does here)
REPOSITORY
  R244 KCoreAddons
REVISION DETAIL
  https://phabricator.kde.org/D14779
To: habacker, #frameworks
Cc: aacid, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180819/2114a3f8/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list