Fix sun_info tests, forgot to account for new option hash
parent
8b6a2f1ffc
commit
fa47bb5c70
|
@ -19,6 +19,7 @@ my @now = (qr/^On.*Phoenixville, Pennsylvania.*AM.*PM\.$/,
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,6 +34,7 @@ my @aug = (qr/^On 30 Aug.*AM.*PM\.$/,
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,6 +57,7 @@ my @exact = (
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -83,6 +86,7 @@ ddg_goodie_test(
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -97,6 +101,7 @@ ddg_goodie_test(
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -111,6 +116,7 @@ ddg_goodie_test(
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -125,6 +131,7 @@ ddg_goodie_test(
|
||||||
group => 'text',
|
group => 'text',
|
||||||
item => 0,
|
item => 0,
|
||||||
options => {
|
options => {
|
||||||
|
title_content => 'DDH.sun_info.title',
|
||||||
content => 'DDH.sun_info.content'
|
content => 'DDH.sun_info.content'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue