Skip to content

Commit 528f603

Browse files
authored
[UIA-1285] Release module v9.6.4 (#69)
1 parent 9007408 commit 528f603

9 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [9.6.4] - 2025-10-13
10+
11+
### Added:
12+
- We increased the length of the ‘Name’ and ‘DisplayName’ attributes in the UnitTest entity, the ‘Module’ attribute in the TestSuite entity, and the ‘TestName’ attribute in the UnitTestContext entity to align with the maximum allowed lengths for module and microflow names in the platform. (#259822)
13+
914
## [9.6.3] - 2025-08-14
1015

1116
### Added:

dist/UnitTesting_9.6.4.mpk

3.41 MB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mendix.UnitTesting</groupId>
88
<artifactId>UnitTesting</artifactId>
9-
<version>9.6.3</version>
9+
<version>9.6.4</version>
1010

1111
<repositories>
1212
<repository>

src/UnitTesting.mpr

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import * as variables from "../../../theme/native/custom-variables";
2+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '../../../theme/web/custom-variables';
2+

0 commit comments

Comments
 (0)