../snippets26.t c133.def
../snippets26.t git93.def
../snippets26.t git93.git93
+../snippets26.t c139.def
../snippets3.t ce_wn1.ce_wn
../snippets3.t ce_wn1.def
../snippets3.t colin.colin
../snippets9.t rt98902.def
../snippets9.t rt98902.rt98902
../snippets9.t rt99961.def
-../snippets26.t c139.def
+../snippets26.t drc.def
+../snippets26.t drc.drc
#6 git93.def
#7 git93.git93
#8 c139.def
+#9 drc.def
+#10 drc.drc
# To locate test #13 you can search for its name or the string '#13'
'bal2' => "-bal=2",
'c133' => "-boc",
'def' => "",
+ 'drc' => "-drc",
'git93' => <<'----------',
-vxl='q'
----------
$r = $c->
sql_set_env_attr( $evh, $SQL_ATTR_ODBC_VERSION, $SQL_OV_ODBC2, 0 );
+----------
+
+ 'drc' => <<'----------',
+ignoreSpec( $file, "file",, \%spec,,, \%Rspec );
----------
'git93' => <<'----------',
sql_set_env_attr( $evh, $SQL_ATTR_ODBC_VERSION, $SQL_OV_ODBC2, 0 );
#8...........
},
+
+ 'drc.def' => {
+ source => "drc",
+ params => "def",
+ expect => <<'#9...........',
+ignoreSpec( $file, "file",, \%spec,,, \%Rspec );
+#9...........
+ },
+
+ 'drc.drc' => {
+ source => "drc",
+ params => "drc",
+ expect => <<'#10...........',
+ignoreSpec( $file, "file", \%spec, \%Rspec );
+#10...........
+ },
};
my $ntests = 0 + keys %{$rtests};