Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Tools / NVelocity / test / templates / map.vm
blob7d17379afa12ba36dbda4717a6d22f7c8033d033
1 #*
3 @test map.vm
5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression 
8 test doesn't fail incorrectly.
12 ## This is a valid Map and Bar is a valid
13 ## element.
15 $hashtable.Bar
17 ## test the new Map support
19 #set( $hashtable.Foo = "foovalue")
20 $hashtable.get_Item("Foo")
21 $hashtable.Foo
23 #set( $hashmap.Foo = "foovalue")
24 $hashmap.Foo
25 $hashmap.get_Item("Foo")