2009-09-01 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / metadata-verifier / Changelog
1 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * assembly-with-fields.cs: New test source.
4
5         * Makefile: Add test source
6
7 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
8
9         * cli-global-props-tests.md: Add test for field table.
10
11 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
12
13         * gen-md-tests.c: Add suppport for badrt mode for metadata
14         tests that require runtime type initialization.
15
16         * Makefile: Add support for badrt.
17
18 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
19
20         * cli-global-props-tests.md: Add test for typeref table.
21
22         * cli-tables-tests.md: Disable test that pass under MS.
23
24 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
25
26         * cli-global-props-tests.md: New tests for global
27         properties to check tables for.
28
29         * Makefile: Add new test source.
30
31 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
32
33         * cli-tables-tests.md: Regression test for #534189
34
35 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
36
37         * Makefile: Fix mac build and dependencies.
38         Add new file.
39
40         * cli-blob-tests.md: stand-alone-method-sig tests now use
41         a separate input file with a single standalone sig so it's
42         no longer dependent on ilasm ordering.
43
44         * assembly-with-calli.il: New file with a single standalone
45         signature.
46
47 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * assembly-with-locals.il: Fix method to be verifiable.
50         Add more shapes of valid locals.
51
52         * cli-blob-tests.md (locals-sig): Fix some tests.
53
54 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
55
56         * cli-tables-tests.md: Fix a cattr-table test
57         where generic param is allowed as a parent.
58
59 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
60
61         * cli-tables-tests.md: Fix a implmap-table test
62         related to SupportLastError.
63
64 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
65
66         * cli-blob-tests.md: Last tests for method header.
67
68 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
69
70         * cli-blob-tests.md: Tests for method header.
71
72         * assembly-with-methods.cs: Fill in more methods
73         with EH tables.
74
75 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
76
77         * cli-blob-tests.md: Tests for method header.
78
79         * assembly-with-methods.cs: Add some body to
80         make for some fat headers.
81
82 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
83
84         * cli-cattr-tests.md: Tests for custom attributes
85         encoding.
86
87         *assembly-with-cattr-enc.cs: Input file
88
89         * Makefile: Add new dependency and test.
90
91 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
92
93         * cli-blob-tests.md: Tests for methodspec signature.
94
95 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
96
97         * cli-blob-tests.md: Tests for typespec signature.
98
99         * assembly-with-typespec.il: Input file with a
100         bunch of typespec instances.
101
102         * Makefile: Add new dependency.
103
104 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
105
106         * gen-md-tests.c: Added read.byte.
107
108 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
109
110         * cli-blob-tests.md: Tests for szarray.
111
112         * assembly-with-types.il: Fix the szarray field.
113
114 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
115
116         * cli-blob-tests.md: Tests for fnptr instance.
117
118 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
119
120         * cli-blob-tests.md: Tests for generic instance.
121
122         * assembly-with-types.il: Add some generic instances.
123
124 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
125
126         * cli-blob-tests.md: Tests for array shape.
127
128 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
129
130         * cli-blob-tests.md: Tests for type encoding.
131
132         * assembly-with-types.il: Input file with all
133         sorts of type encodings.
134
135         * Makefile: Add new dependency.
136
137 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
138
139         * cli-blob-tests.md: LocalsSig tests.
140
141         * assembly-with-locals.il: File with all sort
142         of locals sig.
143
144         * Makefile: Add new dependency.
145
146 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
147
148         * cli-blob-tests.md: PropertySig tests.
149
150         * assembly-with-properties.cs: Add property with
151         parameters.
152
153 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
154
155         * cli-blob-tests.md: FieldSig tests.
156
157 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
158
159         * cli-blob-tests.md: StandAloneSig tests.
160
161         * assembly-with-custommod.il: Added a calli
162
163 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
164
165         * cli-blob-tests.md: Methodref signature tests.
166
167         * assembly-with-signatures.cs: File with vararg call.
168
169         * Makefile: Add new dependency.
170
171 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
172
173         * cli-blob-tests.md: Tests for parameters and generics
174
175         * assembly-with-custommod.il: Added more methods to use
176         in the tests.
177
178 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
179
180         * cli-blob-tests.md: More signature tests.
181
182         * assembly-with-custommod.il: File with custom mods.
183
184         * Makefile: Add new dependency.
185
186 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
187
188         * cli-blob-tests.md: More tests for method def signatures.
189
190 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
191
192         * cli-blob-tests.md: New file for blob signature tests.
193
194         * Makefile: Update for new test source.
195
196 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
197
198         * gen-md-tests.c: Added blob.i to make it easier to locate signatures to
199         mess around.
200
201 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
202
203         * cli-tables-tests.md: Add tests for the generic param constraint table.
204
205         * assembly-with-generics.cs: Add stuff for new tests.
206
207 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
208
209         * cli-tables-tests.md: Add tests for the methodspec table.
210
211         * assembly-with-generics.cs: Add stuff for new tests.
212
213 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
214
215         * cli-tables-tests.md: Add tests for the generic param table.
216
217         * assembly-with-generics.cs: New file for generic tests.
218
219         * Makefile: Adjust the build to the new file.
220
221 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
222
223         * cli-tables-tests.md: Add tests for the nested class table.
224
225         * assembly-with-complex-type.cs: Add a nested class.
226
227 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
228
229         * cli-tables-tests.md: Add tests for the manifest resource table.
230
231         * Makefile: Update to the new dependency.
232
233         * assembly-with-resource.cs: Add an exported type to be used
234         by the new tests.
235
236 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
237
238         * cli-tables-tests.md: Add tests for the manifest resource table.
239
240 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
241
242         * cli-tables-tests.md: Add tests for the exported type table.
243
244         * assembly-with-module.il: Old file not longer needed.
245
246         * assembly-with-module.cs: File use to generate
247         tests for the exported table.
248
249         * module.il: Same. This file is written in MSIL because
250         gmcs/SRE can't handle the AssemblyAttributesGoHere hack.
251
252         * Makefile: Adjust the build to the new files.
253
254 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
255
256         * cli-tables-tests.md: Add tests for the file table.
257
258 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
259
260         * cli-tables-tests.md: Fix one test for the assembly
261         table.
262
263         * cli-tables-tests.md: Add tests for assemblyref.
264
265 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
266
267         * cli-tables-tests.md: Add tests for assembly.
268         
269 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
270
271         * cli-tables-tests.md: Add tests for fieldrva.
272
273 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
274
275         * assembly-with-methods.cs: Mark the class with the
276         P/Invoke as abstract.
277
278         * cli-tables-tests.md: Add tests for implmap.
279
280 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
281
282         * cli-tables-tests.md: Tests for module table.
283
284         * assembly-with-complex-type.cs: Added more stuff;
285
286 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
287
288         * cli-tables-tests.md: Tests for module table.
289
290         * assembly-with-module.il: New file.
291
292         * Makefile: Add new dependencies.
293
294 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
295
296         * cli-tables-tests.md: Tests for methodimpl table.
297
298         * assembly-with-complex-type.cs: Added more stuff.
299
300 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
301
302         * cli-tables-tests.md: Tests for property table.
303
304         * assembly-with-property.cs: Added more stuff
305
306 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
307
308         * gen-md-tests.c (next_token): Stop taking chars
309         for a token when encountering the first delimiter char.
310
311         This makes the parser less brain-dead when encountering
312         sequences like "foo()".
313
314 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
315
316         * cli-tables-tests.md: Tests for propertymap table.
317
318         * assembly-with-property.cs: New test file for producing tests
319         for property tables.
320
321         * Makefile: Add new dependencies.
322
323 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
324
325         * cli-tables-tests.md: Tests for event table.
326         
327 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
328
329         * cli-tables-tests.md: Tests for event map table.
330
331         * assembly-with-events.cs: New test file for producing tests
332         for cattr table.
333
334         * Makefile: Add new dependency.
335
336 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
337
338         * cli-tables-tests.md: Tests for standalonesig table.
339
340         * assembly-with-complex-type.cs: Added more stuff for
341         field layout tests.
342
343 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
344
345         * cli-tables-tests.md: Tests for field layout table.
346
347         * assembly-with-complex-type.cs: Added more stuff for
348         field layout tests.
349
350 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
351
352         * cli-tables-tests.md: Tests for class layout table.
353
354         * assembly-with-complex-type.cs: Added more stuff for
355         class layout tests.
356
357 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
358
359         * cli-tables-tests.md: Tests for decl security table.
360
361         * assembly-with-cas.cs: New test file for producing tests
362         for cattr table.
363
364         * Makefile: Add new dependencies and do some cleanup.
365
366 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
367
368         * cli-tables-tests.md: Tests for field marshal table.
369
370 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
371
372         * cli-tables-tests.md: Tests for cattr table.
373
374         * assembly-with-cattr.cs: New test file for producing tests
375         for cattr table.
376
377         * Makefile: Add new dependencies and do some cleanup.
378
379 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
380
381         * gen-md-tests.c: Close the image after using it.
382         Force the runtime to initialize with 2.0.
383
384 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
385
386         * gen-md-tests.c: Fix stream header calculation.
387
388         * cli-tables-tests.md: Tests for constant.
389
390         * assembly-with-constants.cs: New test file for producing tests
391         for constant table.
392
393         * Makefile: Add new dependencies and do some cleanup.
394
395 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
396
397         * cli-tables-tests.md: Tests for memberref.
398
399 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
400
401         * assembly-with-complex-type.cs: Add more types and methods to be used generating tests.
402
403         * cli-tables-tests.md: Tests for interfaceimpl.
404
405 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
406
407         * assembly-with-params.cs: New test file with all sort of param kinds.
408
409         * assembly-with-methods.cs: Added more stuff to test paramlist.
410
411         * Makefile: Add new dependencies.
412
413         * cli-tables-tests.md: Tests for methoddef's paramlist.
414         Tests for the param table.
415
416 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
417
418         * assembly-with-methods.cs:
419         * assembly-with-global-method.il: New test files with a global method.
420
421         * assembly-with-complex-type.cs: Add more types and methods to be used generating tests.
422
423         * cli-tables-tests.md: Tests for the methoddef table.
424         
425         * Makefile: Add new dependencies.
426
427 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
428
429         * gen-md-tests.c: Add read.ushort.
430
431 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
432
433         * cli-tables-tests.md: More tests for the field table.
434
435 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
436
437         * assembly-with-complex-type.cs: Add stuff to
438         fill constant, field rva and field marshal tables. 
439
440         * cli-tables-tests.md: Initial tests for the field table.
441
442         * gen-md-tests.c: Add or-byte and or-ushort effects. Fix
443         documentation.
444
445 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
446
447         * cli-tables-tests.md: Tests for the method list of the typedef table.
448
449 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
450
451         * cli-tables-tests.md: Tests for the field list of the typedef table.
452
453         * assembly-with-complex-type.cs: New assembly source. 
454
455         * Makefile: Compile the new assembly source.
456
457 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
458
459         * cli-tables-tests.md: Tests for the extends field of the typedef table.
460
461 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
462
463         * cli-tables-tests.md: More tests for the typedef table.
464
465 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
466
467         * gen-md-tests.c: Add the or-uint effect.
468
469 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
470
471         * data-directory-tests.md:
472         * header-tests.md:
473         * resources-tests.md: Add comments related to faulty verification
474         semantics on MS.
475
476 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
477
478         * cli-tables-tests.md: Initial tests for the typedef table.
479
480 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
481
482         * cli-tables-tests.md: More tests for the typeref table.
483
484 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
485
486         * Makefile: Fix build of gen-md-tests.
487
488         * cli-tables-tests.md: Tests for the typeref table.
489
490 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
491
492         * gen-md-tests.c: Fix table offset calculation.
493
494         * cli-tables-tests.md: Add more tests for the module table.
495
496 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
497
498         * gen-md-tests.c: Parse the source assembly using the runtime
499         metadata routines.
500
501         * gen-md-tests.c: Add table-row function.
502
503         * Makefile: like gen-md-tests with the runtime.
504
505         * cli-tables-tests.md: Add initial tests for the module table.
506
507 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
508
509         assembly-with-resource.cs: Add missing file.
510
511 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
512
513         * cli-tables-tests.md: Tests for total table sizes.
514
515 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
516
517         * cli-tables-tests.md: Tests for heap sizes and minumum #~ size
518         to decode row counts.
519
520 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
521
522         * gen-md-tests.c: Add tables-header and set-bit helpers.
523
524         * cli-tables-tests.md: New tests for the cli tables.
525
526         * Makefile: Add new tests.
527
528 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
529
530         * gen-md-tests.c: Add stream-header and cli-metadata
531         helpers.
532
533         * cli-metadata-tests.md: New tests for the cli metadata header
534         and streams.
535
536         * Makefile: Add new tests.
537
538 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
539
540         * cli-header-tests.md: More tests for the cli header.
541
542 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
543
544         * gen-md-tests.c: Add cli-header variable to make tests
545         more readable.
546
547 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
548
549         * cli-header-tests.md: New file with cli header tests.
550
551         * Makefile: Add new tests.
552         
553 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
554
555         * resources-tests.md: New file with pecoff tests.
556
557         * Makefile: Add new tests.
558
559         * header-tests.md: Update some tests.
560
561 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
562
563         * data-directory-tests.md: New tests for IAT directory entry.
564
565 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
566
567         * data-directory-tests.md: New tests for import table name, ilt and iat.
568
569 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
570
571         * data-directory-tests.md: New tests for import table.
572
573         * gen-md-tests.c: Added translate.rva and translate.rva.ind functions.
574
575 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
576
577         * gen-md-tests.c (parse_test_entry): Fix multi effect rules.
578
579         * Makefile: Add rules for data-directory-tests.md.
580         
581         * data-directory-tests.md: New tests for data directories.
582
583 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
584
585         * section-table-tests.md: Test for flags.
586
587 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
588
589         * section-table-tests.md: New test suite for
590         section headers.
591
592         * Makefile: Add new test suite.
593
594 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
595
596         * gen-md-tests.c: Add section-table var.
597         Add support for function calls. Added read.uint.
598         Added support for complex arithmetic expressions.
599
600 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
601
602         * header-tests.md: Add more tests for pe optional header.
603
604 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
605
606         * gen-md-tests.c: Add pe-optional-heaver var.
607         Improve debugging messages. 
608
609 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
610
611         * gen-md-tests.c: Improve debugging.
612
613         * header-tests.md: Add tests for the optional header.
614
615 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
616
617         * gen-md-tests.c: Revert decision of making base 16 the default.
618         It makes for shorter tests, but it's confusing.
619
620         * header-tests.md: Fix the tests to use an explicit 0x for hexadecimal numbers.
621
622 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
623
624         * header-tests.md: Add tests for characteristics.
625
626 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
627
628         * gen-md-tests.c: Improved debugging and made small cleanup on macro names.
629
630 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
631
632         * header-tests.md: Add tests for symbol table and number of symbols.
633
634 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
635
636         * header-tests.md: Add tests for the machine field.
637
638 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
639
640         * gen-md-tests.c: Add set-uint effect.
641
642 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
643
644         * header-tests.md: Rename pe-header to pe-signature.
645         Add pe-header tests.
646
647 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
648
649         * gen-md-tests.c: Rename pe-header to pe-signature.
650         Add support for decimal literals using a '0' prefix.
651         Add proper pe-header variable.
652
653 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
654
655         * header-tests.md: Add tests for pe header.
656
657 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
658
659         * gen-md-tests.c: Refactor the file-size into a new
660         atom 'variable' which is more extensible and easier
661         to use. Added binary add.
662
663 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
664
665         * header-tests.md: Add tests for lfanew ranges.
666
667 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
668
669         * gen-md-tests.c: Extended grammar for expressions for
670         selectors and effects.
671         Added subtraction and file-size expressions.
672         Added truncate effect.
673         Fixed all warnings under -Wall.
674
675 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
676
677         * Makefile: New clean-stamps target, more deps fine tunning.
678
679 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
680
681         * header-tests.md: Add test for the lfanew field.
682
683 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
684
685         * gen-md-tests.c: Add support for absolute uint patching.
686
687 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
688
689         * Makefile: Fix generate-stamp deps.
690         
691 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
692
693         * Makefile: Add run-test target and fix the generation deps.
694
695 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
696
697         * Makefile: Add check_with_peverify target to make it easier to
698         check against MS peverify.
699
700 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
701
702         * Makefile: gen-md-tests now require glib. Fix the build.
703
704 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
705
706         * Initial commit of the metadata verifier test suite.