6:(USERNAME = 'test');7:(USERNAME = 'test')
{6:(USERNAME = 'test'),7:(USERNAME = 'test')}
var definitions = []; definitions[6] = '(USERNAME = 'test')'; definitions[7] = '(USERNAME = 'test')'; service.setLayerDefinitions(definitions);
Solved! Go to Solution.
************************** 10.0 TESTING ************************** TEST 1 - PASS (JavaScript API will send like this (using <> as operator)) TEST 2 - PASS (JavaScript API will send like this (using != as operator)) TEST 3 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "<>" ) TEST 4 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 5 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 6 - FAIL ( wrapped in curly braces, separated by commas, and not equals operator: "!=" ) ************************** 10.2 TESTING ************************** TEST 1 - PASS (JavaScript API will send like this (using <> as operator)) TEST 2 - FAIL (JavaScript API will send like this (using != as operator)) TEST 3 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "<>" ) TEST 4 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 5 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 6 - PASS ( wrapped in curly braces, separated by commas, and not equals operator: "!=" )
************************** 10.0 TESTING ************************** TEST 1 - PASS (JavaScript API will send like this (using <> as operator)) TEST 2 - PASS (JavaScript API will send like this (using != as operator)) TEST 3 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "<>" ) TEST 4 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 5 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 6 - FAIL ( wrapped in curly braces, separated by commas, and not equals operator: "!=" ) ************************** 10.2 TESTING ************************** TEST 1 - PASS (JavaScript API will send like this (using <> as operator)) TEST 2 - FAIL (JavaScript API will send like this (using != as operator)) TEST 3 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "<>" ) TEST 4 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 5 - FAIL ( wrapped in curly braces, separated by semi-colons, and not equals operator: "!=" ) TEST 6 - PASS ( wrapped in curly braces, separated by commas, and not equals operator: "!=" )