update tests

This commit is contained in:
2016-11-21 12:04:57 +01:00
parent 340e7716f0
commit 81eaaaca90
3 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ smartenv.printEnv()
// test smartenv.obs.add
smartenv.obs.add('myTestObject',{key1:'Peter'})
smartenv.obs.add('myTestObject',{key1:'Klaus'}) //now trying to add a second
smartenv.obs.add('myTestObject',{key1:'Klaus'}) // now trying to add a second
smartenv.printEnv()
beautylog.log(smartenv.obs.get('myTestObject').key1) // this should be Peter