Skip to content

Commit

Permalink
Add info about missing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Feb 23, 2024
1 parent 2e33f79 commit 39ec18b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/lib/processors/manifestEnricher.js
Original file line number Diff line number Diff line change
Expand Up @@ -1961,8 +1961,11 @@ test("normalizeBundleUrl", (t) => {
});

// TODO: Missing tests for:
// - sap.ui5/models with "url" property (instead of bundleUrl / bundleName in settings)
// - sap.ui5/models with "uri" property and without "settings" object (instead of bundleUrl / bundleName in settings)
// - different cases of warn/verbose/error logging
// - fs.readdir error handling (ENOENT: no such file or directory)
// - Can "fallbackLocale" be provided anywhere (also within terminologies)?
// - No, for terminologies, the fallbackLocale is not considered
// - enhanceWith bundles inherit the "fallbackLocale", if not defined
// - Error handling for absolute paths in bundleUrl
// - enhanceWith bundle should not be considered if parent bundle config has "supportedLocales" defined by user

0 comments on commit 39ec18b

Please sign in to comment.