summaryrefslogtreecommitdiffstats
path: root/generator/generator_utils.ml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-10 16:33:40 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-11 10:48:22 +0000
commit5f0b75f040b118c4394466438adc99f38144722d (patch)
tree8a5824953fecaed8e0b948287ee37017a70fa973 /generator/generator_utils.ml
parentedd502543adbdc2fa5dda0c015ea7c390bb39f64 (diff)
downloadlibguestfs-5f0b75f040b118c4394466438adc99f38144722d.tar.gz
libguestfs-5f0b75f040b118c4394466438adc99f38144722d.tar.xz
libguestfs-5f0b75f040b118c4394466438adc99f38144722d.zip
generator: Support testing the output of RHashtable functions.
You can use TestOutputHashtable to test the output of RHashtable functions.
Diffstat (limited to 'generator/generator_utils.ml')
-rw-r--r--generator/generator_utils.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/generator_utils.ml b/generator/generator_utils.ml
index 4180c0d6..aa7fcba3 100644
--- a/generator/generator_utils.ml
+++ b/generator/generator_utils.ml
@@ -264,6 +264,7 @@ let seq_of_test = function
| TestOutputStruct (s, _)
| TestOutputFileMD5 (s, _)
| TestOutputDevice (s, _)
+ | TestOutputHashtable (s, _)
| TestLastFail s -> s
let c_quote str =