Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / foreach-map.vm.disabled
blob55e3c45f85ab8e288ec0ac58240b6857886ec7bd
1 #**
3 @test foreach-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 #foreach ($element in $provider.Hashtable)
13     $element.Value
14 #end