bring Test::Harness up to 3.06
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / t / regression.t
index 46fc5e3..80902df 100644 (file)
@@ -2357,45 +2357,44 @@ my %samples = (
         wait          => 0,
         version       => 12,
     },
-
-    # switches => {
-    #     results => [
-    #         {   is_plan       => TRUE,
-    #             passed        => TRUE,
-    #             is_ok         => TRUE,
-    #             raw           => '1..1',
-    #             tests_planned => 1,
-    #         },
-    #         {   actual_passed => TRUE,
-    #             is_actual_ok  => TRUE,
-    #             passed        => TRUE,
-    #             is_ok         => TRUE,
-    #             is_test       => TRUE,
-    #             has_skip      => FALSE,
-    #             has_todo      => FALSE,
-    #             number        => 1,
-    #             description   => "",
-    #             explanation   => '',
-    #         },
-    #     ],
-    #     __ARGS__      => { switches => ['-Mstrict'] },
-    #     plan          => '1..1',
-    #     passed        => [1],
-    #     actual_passed => [1],
-    #     failed        => [],
-    #     actual_failed => [],
-    #     todo          => [],
-    #     todo_passed   => [],
-    #     skipped       => [],
-    #     good_plan     => TRUE,
-    #     is_good_plan  => TRUE,
-    #     tests_planned => 1,
-    #     tests_run     => TRUE,
-    #     parse_errors  => [],
-    #     'exit'        => 0,
-    #     wait          => 0,
-    #     version       => 12,
-    # },
+    switches => {
+        results => [
+            {   is_plan       => TRUE,
+                passed        => TRUE,
+                is_ok         => TRUE,
+                raw           => '1..1',
+                tests_planned => 1,
+            },
+            {   actual_passed => TRUE,
+                is_actual_ok  => TRUE,
+                passed        => TRUE,
+                is_ok         => TRUE,
+                is_test       => TRUE,
+                has_skip      => FALSE,
+                has_todo      => FALSE,
+                number        => 1,
+                description   => "",
+                explanation   => '',
+            },
+        ],
+        __ARGS__      => { switches => ['-Mstrict'] },
+        plan          => '1..1',
+        passed        => [1],
+        actual_passed => [1],
+        failed        => [],
+        actual_failed => [],
+        todo          => [],
+        todo_passed   => [],
+        skipped       => [],
+        good_plan     => TRUE,
+        is_good_plan  => TRUE,
+        tests_planned => 1,
+        tests_run     => TRUE,
+        parse_errors  => [],
+        'exit'        => 0,
+        wait          => 0,
+        version       => 12,
+    },
     inc_taint => {
         results => [
             {   is_plan       => TRUE,