[tests] Use full paths with the proper extensions to KLIBs in LibraryProvider
^KT-61098
This commit is contained in:
committed by
Space Team
parent
82b08a813b
commit
1183244455
+1
-2
@@ -176,8 +176,7 @@ private fun loadResolvedLibraries(
|
||||
val dependencies = mutableListOf<ModuleDescriptorImpl>()
|
||||
|
||||
return resolvedLibraries.map { resolvedLibrary ->
|
||||
// resolvedLibrary.library.libraryName in fact resolves to (modified) file path, which is confusing and maybe should be refactored
|
||||
testServices.libraryProvider.getOrCreateStdlibByPath(resolvedLibrary.library.libraryName) {
|
||||
testServices.libraryProvider.getOrCreateStdlibByPath(resolvedLibrary.library.libraryFile.absolutePath) {
|
||||
// TODO: check safety of the approach of creating a separate storage manager per library
|
||||
val storageManager = LockBasedStorageManager("ModulesStructure")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user