Disable failing week-of-year test in RendererDateTimePickerTest.TestParserValidDateInputs.

BUG=253231
TBR=keishi

Review URL: https://codereview.chromium.org/17573002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208122 0039d316-1c4b-4281-b951-d872f2087c98
parent 8426f8d7
......@@ -138,8 +138,9 @@ TEST(RendererDateTimePickerTest, TestParserValidDateInputs) {
2013, 3, 23, 15, 47, 0, 0, 0);
EXPECT_EQ("2013-04-23T15:47", sut2.GetFormattedValue());
DateTimeFormatter sut3(ui::TEXT_INPUT_TYPE_WEEK, 0, 0, 0, 0, 0, 0, 2012, 2);
EXPECT_EQ("2012-W02", sut3.GetFormattedValue());
// Disabling this case due to crbug.com/253231
//DateTimeFormatter sut3(ui::TEXT_INPUT_TYPE_WEEK, 0, 0, 0, 0, 0, 0, 2012, 2);
//EXPECT_EQ("2012-W02", sut3.GetFormattedValue());
}
TEST(RendererDateTimePickerTest, TestParserInvalidDateInputs) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment