Remove DateTime requirement from tests that do not rely on it
authorPeter Rabbitson <ribasushi@cpan.org>
Sat, 7 Feb 2015 16:02:02 +0000 (17:02 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 10 Feb 2015 18:29:11 +0000 (19:29 +0100)
commit1f5d74aede2664925523a61d97b4f014eef3c351
tree70147f5a370f1806b0f005ae78de7a206b41a4ed
parent8548e45cbaa8d8862ca78f675c73398ec2b0dc1d
Remove DateTime requirement from tests that do not rely on it

The deterministic_value test checks how stringification behaves wrt inherited
values from a resultset. Rename test while we are at it.

The plus_select.t checks behavior of InflateColumn combined with get_columns.

In both cases the column in question (year) is declared as VarChar and is not
connected with IC::DT in any way

Read under -C -C -M -w
t/resultset/create_with_rs_inherited_values.t [moved from t/96_is_deteministic_value.t with 79% similarity]
t/resultset/plus_select.t