Author: spadkins
Date: Mon Dec  4 11:34:53 2006
New Revision: 8357

Modified:
   p5ee/trunk/App-Repository/t/DBI-insert.t
   p5ee/trunk/App-Repository/t/DBI-select.t

Log:
cleanup

Modified: p5ee/trunk/App-Repository/t/DBI-insert.t
==============================================================================
--- p5ee/trunk/App-Repository/t/DBI-insert.t    (original)
+++ p5ee/trunk/App-Repository/t/DBI-insert.t    Mon Dec  4 11:34:53 2006
@@ -50,8 +50,8 @@
 
 my $db = $context->repository();
 
-$App::trace_subs = 0;
-$App::trace_subs = 0;
+$App::trace = 0;
+$App::trace = 0;
 
 {
     #cheating... I know its a DBI, but I have to set up the test somehow

Modified: p5ee/trunk/App-Repository/t/DBI-select.t
==============================================================================
--- p5ee/trunk/App-Repository/t/DBI-select.t    (original)
+++ p5ee/trunk/App-Repository/t/DBI-select.t    Mon Dec  4 11:34:53 2006
@@ -892,7 +892,8 @@
 from
    test_person t1
 EOF
-#$App::trace_subs = 1;
+#$App::trace = 1;
+#$App::trace = 1;
 &test_get_rows($expect_sql,0,"_mk_select_joined_sql(): 1 col, no 
params","test_person",{},"age");
 
 exit(0);

Reply via email to