Skip to content

BL-327 #resolve

BL-327 #resolve #110

GitHub Actions / Test Results succeeded Oct 16, 2024 in 0s

All 100 tests pass, 2 skipped in 21s

 64 files   64 suites   21s ⏱️
102 tests 100 ✅ 2 💤 0 ❌
204 runs  200 ✅ 4 💤 0 ❌

Results for commit f0e52bd.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 skipped tests found

There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
ortus.boxlang.modules.compat.bifs.struct.GetClientVariablesListTest ‑ It get a list of client vars
ortus.boxlang.modules.compat.bifs.struct.StructKeyTranslateTest ‑ Tests that the compat behavior will return the keys length

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

102 tests found

There are 102 tests, see "Raw output" for the full list of tests.
Raw output
ortus.boxlang.modules.compat.IntegrationTest ‑ Test the module loads in BoxLang
ortus.boxlang.modules.compat.JSONTest ‑ Test control characters in JSON
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear with a filter
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can throw exception for a bogus key with throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Will ignore exception for a bogus key without throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetEnginePropertiesTest ‑ Can get the engine properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ It will get an empty struct with an invalid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key and cacheName
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the default cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the specific cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetSessionTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheGetSessionTest ‑ Can get the specific cache session
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from a specific default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a null from an invalid cache key
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key does not exist in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the specific cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key by throwing an error
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key without throwing an error
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats a negative number as a U.S. Dollar string in parentheses
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats a positive number as a U.S. Dollar string
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats an empty string as $0.00
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats zero as $0.00
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It tests the member function Numeric.dollarFormat
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It throws an exception when the argument is not a number
ortus.boxlang.modules.compat.bifs.struct.GetClientVariablesListTest ‑ It get a list of client vars
ortus.boxlang.modules.compat.bifs.struct.StructGetTest ‑ It tests the BIF StructGet Will return a empty struct if a value is not present
ortus.boxlang.modules.compat.bifs.struct.StructGetTest ‑ Returns an empty struct if the root value used is NOT a struct or not found
ortus.boxlang.modules.compat.bifs.struct.StructGetTest ‑ Tests that the compat behavior will mutate the struct return an empty struct
ortus.boxlang.modules.compat.bifs.struct.StructKeyTranslateTest ‑ Tests that the compat behavior will return the keys length
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a bx class
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a cfc class
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a cfc instance
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for a BXClass
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for a CFC Class
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for all other objects
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for class
ortus.boxlang.modules.compat.bifs.system.GetVariableTest ‑ It gets a variable
ortus.boxlang.modules.compat.bifs.system.SetVariableTest ‑ It sets a variable
ortus.boxlang.modules.compat.bifs.temporal.CreateDateTimeTest ‑ It can handle Lucee and ACFs non-century date weirdness
ortus.boxlang.modules.compat.bifs.temporal.DateTimeFormatTest ‑ It can handle legacy month and minute masks
ortus.boxlang.modules.compat.bifs.temporal.DateTimeFormatTest ‑ It tests the BIF DateFormat will rewrite incorrect common masks
ortus.boxlang.modules.compat.bifs.temporal.DateTimeFormatTest ‑ It tests the BIF Will Maintain Locale-specific compatibility with common returns
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSDateFormat using a localized, Spanish long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSDateFormat using a traditional chinese long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSDateTimeFormat using a localized, Spanish long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSDateTimeFormat using a traditional chinese long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSTimeFormat using a localized, Spanish long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the BIF LSTimeFormat using a traditional chinese long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the Member function DateTime.LSDateFormat
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the Member function DateTime.LSDateTimeFormat
ortus.boxlang.modules.compat.bifs.temporal.LSDateTimeFormatTest ‑ It tests the Member function DateTime.LSTimeFormat
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate returns false if the date is from another locale
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate returns false with an invalid date
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate using a localized russian format
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate using a localized, Spanish long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate using traditional chinese format
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate will throw an error with an invalid timezone
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate with a full ISO including offset
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate with a full ISO including offset and locale argument
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate with a full ISO without offset
ortus.boxlang.modules.compat.bifs.temporal.LSIsDateTest ‑ It tests the BIF LSIsDate with without any time
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime using a localized russian format
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime using a localized, Spanish long-form format
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime using traditional chinese format
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime with a US ISO format sans T Date/Time separator
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime with a full ISO including offset
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime with a full ISO including offset and locale argument
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime with a full ISO without offset
ortus.boxlang.modules.compat.bifs.temporal.LSParseDateTimeTest ‑ It tests the BIF LSParseDateTime with without any time
ortus.boxlang.modules.compat.bifs.temporal.LSTimeUnitsTest ‑ It tests the BIF LSDayOfWeek
ortus.boxlang.modules.compat.bifs.temporal.LSTimeUnitsTest ‑ It tests the BIF LSWeek
ortus.boxlang.modules.compat.bifs.temporal.LSTimeUnitsTest ‑ It tests the Member function DateTime.LSDayOfWeek
ortus.boxlang.modules.compat.bifs.temporal.LSTimeUnitsTest ‑ It tests the member function DateTime.LSWeek
ortus.boxlang.modules.compat.bifs.temporal.ParseDateTimeTest ‑ It can parse legacy compat date masks
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekAsString will keep the same week start but return a different language
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF MonthAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfWeekShortAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the DateTime Member function MonthShortAsString