Index: /branches/feature-narrow-tables/t/lib/MT/Test.pm
===================================================================
--- /branches/feature-narrow-tables/t/lib/MT/Test.pm (revision 1813)
+++ /branches/feature-narrow-tables/t/lib/MT/Test.pm (revision 1835)
@@ -90,5 +90,5 @@
         }
         elsif (!defined *{ $class . '::__properties' }) {
-            eval 'require '.$class or die $@;
+            eval '# line ' . __LINE__ . ' ' . __FILE__ . "\n" . 'require '.$class or die $@;
         }
     }
@@ -119,4 +119,5 @@
     );
     eval {
+        # line __LINE__ __FILE__
         MT::Entry->remove;
         MT::Comment->remove;
