Commit ed7d4cc
committed
Fix BaseRepositoryTests - always use Generic settings for genericRepo
The genericRepo should always use GenericRepositorySettingsImpl, not the
package-specific settings from getRepositorySettings(). This ensures that
genericRepo always has package type 'Generic', which is required when it's
included in virtual repositories of any package type.
This fixes the root cause of package type mismatch errors across all
package-specific test suites.1 parent 50d7cd6 commit ed7d4cc
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments