// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * The "length" property of the "setUTCHours" is 4 * * @path ch15/15.9/15.9.5/15.9.5.35/S15.9.5.35_A2_T1.js * @description The "length" property of the "setUTCHours" is 4 */ if(Date.prototype.setUTCHours.hasOwnProperty("length") !== true){ $ERROR('#1: The setUTCHours has a "length" property'); } if(Date.prototype.setUTCHours.length !== 4){ $ERROR('#2: The "length" property of the setUTCHours is 4'); }