removed current Bugfix for Bugzilla 383, compatibility issues
authormarek <marek>
Wed, 6 Aug 2003 11:18:07 +0000 (11:18 +0000)
committermarek <marek>
Wed, 6 Aug 2003 11:18:07 +0000 (11:18 +0000)
src/Pegasus/Repository/CIMRepository.cpp

index 9d9984d7d402f7c91fd62c71dcd82705f3c98a7a..3c95fb389acf303fa64b9ea9d4646907d813d482 100644 (file)
@@ -2526,8 +2526,9 @@ String namespaceNameToDirName(const CIMNamespaceName& namespaceName)
 
     // Fix for bugzilla 383. Associations do not work for mixed case
     // namespaces on Unix type platforms
-    dirName.toLower();
-
+    //dirName.toLower();
+    // removed for now, compatibility issues, better solution in preparation
+    
     for (Uint32 i=0; i<dirName.size(); i++)
     {
         if (dirName[i] == '/')