Browse Source

Added tests for CmdSetValue for 'visible' and 'userData'

Daniel 10 years ago
parent
commit
92ee2e19de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/editor/TestCmdSetValue.js

+ 1 - 1
test/unit/editor/TestCmdSetValue.js

@@ -17,7 +17,7 @@ test( "Test CmdSetValue (Undo and Redo)", function(){
 
 		ok( 0 == 0, "Testing object of type '" + object.type + "'");
 
-		[ 'name', 'fov', 'near', 'far', 'intensity', 'distance', 'angle', 'exponent', 'decay' ].map( function( item ) {
+		[ 'name', 'fov', 'near', 'far', 'intensity', 'distance', 'angle', 'exponent', 'decay', 'visible', 'userData' ].map( function( item ) {
 
 			if( object[ item ] !== undefined ) {