repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git]
/
Tools
/
NVelocity
/
test
/
templates
/
foreach-map.vm.disabled
blob
55e3c45f85ab8e288ec0ac58240b6857886ec7bd
1
#**
2
3
@test foreach-map.vm
4
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.
9
10
*#
11
12
#foreach ($element in $provider.Hashtable)
13
$element.Value
14
#end