| Index: chrome/test/ui/dom_checker_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/dom_checker_uitest.cc (revision 12559)
|
| +++ chrome/test/ui/dom_checker_uitest.cc (working copy)
|
| @@ -216,7 +216,7 @@
|
|
|
| } // namespace
|
|
|
| -TEST_F(DomCheckerTest, DISABLED_File) {
|
| +TEST_F(DomCheckerTest, File) {
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
|
| return;
|
|
|
| @@ -225,7 +225,7 @@
|
| PrintResults(new_passes, new_failures);
|
| }
|
|
|
| -TEST_F(DomCheckerTest, DISABLED_Http) {
|
| +TEST_F(DomCheckerTest, Http) {
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
|
| return;
|
|
|
|
|