Skip to content

Commit c959c2c

Browse files
committed
Remove skipping of some tests for 18.2.4
1 parent 939c232 commit c959c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/date-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ locales.forEach(function(localeId) {
270270
{ format: 'longtime', date: new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate(), 12, 59, 59) },
271271
];
272272

273-
if(compareVersions(dxVersion, '17.2.3') >= 0 && compareVersions(dxVersion, '18.2.4') !== 0) {
273+
if(compareVersions(dxVersion, '17.2.3') >= 0) {
274274
Array.prototype.push.apply(testData, [
275275
{ format: 'longDate', date: new Date(2016, 10, 17) },
276276
{ format: 'longDate', date: new Date(2016, 11, 31) },

0 commit comments

Comments
 (0)