Skip to content
Snippets Groups Projects
Commit 8e27e1f3 authored by felmer's avatar felmer
Browse files

SSDM-2782: test "EachSetCorrespondsGet" enabled again

SVN: 35794
parent 04c9da44
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ define([ 'underscore', 'test/common' ], function(_, common) { ...@@ -5,7 +5,6 @@ define([ 'underscore', 'test/common' ], function(_, common) {
return function() { return function() {
QUnit.module("DTO tests"); QUnit.module("DTO tests");
/*
QUnit.test("EachSetCorrespondsGet", function(assert) { QUnit.test("EachSetCorrespondsGet", function(assert) {
var c = new common(assert); var c = new common(assert);
...@@ -38,7 +37,7 @@ define([ 'underscore', 'test/common' ], function(_, common) { ...@@ -38,7 +37,7 @@ define([ 'underscore', 'test/common' ], function(_, common) {
}); });
}); });
*/
var assertAttributes = function(assert, criteria, expectedName, expextedType, expectedValueType, expectedValue) { var assertAttributes = function(assert, criteria, expectedName, expextedType, expectedValueType, expectedValue) {
var c = new common(assert); var c = new common(assert);
c.assertEqual(criteria.getFieldName(), expectedName, "Field name"); c.assertEqual(criteria.getFieldName(), expectedName, "Field name");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment