Fixed container paths for the Packages test targets in the Website test plan. (#16)
Reviewed-on: rock-n-code/loud-amsterdam#16 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit is contained in:
@@ -34,16 +34,16 @@
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:..\/Localization",
|
||||
"identifier" : "LocalizationTests",
|
||||
"name" : "LocalizationTests"
|
||||
"containerPath" : "container:..\/..\/Packages\/Persistence",
|
||||
"identifier" : "PersistenceTests",
|
||||
"name" : "PersistenceTests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"target" : {
|
||||
"containerPath" : "container:",
|
||||
"identifier" : "PersistenceTests",
|
||||
"name" : "PersistenceTests"
|
||||
"containerPath" : "container:..\/..\/Packages\/Localization",
|
||||
"identifier" : "LocalizationTests",
|
||||
"name" : "LocalizationTests"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user