[Bps-public-commit] SD branch, master, updated. 0.74-58-gdc34aea

Shawn Moore sartak at bestpractical.com
Fri Nov 5 12:19:16 EDT 2010


The branch, master has been updated
       via  dc34aea388c88620d4e5f5494052e4d8e885df7c (commit)
      from  4c8510a0b8f39bb34fa3a2abb19655837682c339 (commit)

Summary of changes:
 t/big-hm-rt.t                   |    2 +-
 t/sd-rt/basic.t                 |    3 +--
 t/sd-rt/bogus-rt-data.t         |    3 +--
 t/sd-rt/pull-owner.t            |    3 ++-
 t/sd-rt/pull-watchers.t         |    3 +--
 t/sd-rt/race-condition.t        |    3 +--
 t/sd-rt/rt-auto-open-conflict.t |    3 +--
 t/sd-rt/sd-rt-hm-single.t       |    3 +--
 t/sd-rt/sd-rt-hm.t              |    3 +--
 t/sd-rt/sd-rt-n-foreign-sync.t  |    3 +--
 t/sd-rt/sd-rt-permission.t      |    4 ++--
 11 files changed, 13 insertions(+), 20 deletions(-)

- Log -----------------------------------------------------------------
commit dc34aea388c88620d4e5f5494052e4d8e885df7c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Nov 5 12:18:51 2010 -0400

    Better "how to run these tests" comments

diff --git a/t/big-hm-rt.t b/t/big-hm-rt.t
index a3b4bb4..b7de3c2 100644
--- a/t/big-hm-rt.t
+++ b/t/big-hm-rt.t
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 # to run:
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/big-hm-rt.t
 
 use Prophet::Test;
 use App::SD::Test;
diff --git a/t/sd-rt/basic.t b/t/sd-rt/basic.t
index b95e7cb..e2bd745 100644
--- a/t/sd-rt/basic.t
+++ b/t/sd-rt/basic.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/basic.t
 use strict;
 
 use Prophet::Test;
diff --git a/t/sd-rt/bogus-rt-data.t b/t/sd-rt/bogus-rt-data.t
index dbcc1e8..e8134cc 100644
--- a/t/sd-rt/bogus-rt-data.t
+++ b/t/sd-rt/bogus-rt-data.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/bogus-rt-data.t
 use strict;
 
 use Prophet::Test;
diff --git a/t/sd-rt/pull-owner.t b/t/sd-rt/pull-owner.t
index aa1f720..b9ce6b5 100644
--- a/t/sd-rt/pull-owner.t
+++ b/t/sd-rt/pull-owner.t
@@ -1,6 +1,7 @@
 #!/usr/bin/perl -w
 
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# to run:
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/pull-owner.t
 use strict;
 use warnings;
 
diff --git a/t/sd-rt/pull-watchers.t b/t/sd-rt/pull-watchers.t
index 9c33c03..2891363 100644
--- a/t/sd-rt/pull-watchers.t
+++ b/t/sd-rt/pull-watchers.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/pull-watchers.t
 use strict;
 use warnings;
 
diff --git a/t/sd-rt/race-condition.t b/t/sd-rt/race-condition.t
index fcb9085..8fc0cdc 100644
--- a/t/sd-rt/race-condition.t
+++ b/t/sd-rt/race-condition.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/race-condition.t
 use strict;
 
 use Prophet::Test;
diff --git a/t/sd-rt/rt-auto-open-conflict.t b/t/sd-rt/rt-auto-open-conflict.t
index 63a5411..aa61f58 100644
--- a/t/sd-rt/rt-auto-open-conflict.t
+++ b/t/sd-rt/rt-auto-open-conflict.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/rt-auto-open-conflict.t
 use strict;
 
 use Prophet::Test;
diff --git a/t/sd-rt/sd-rt-hm-single.t b/t/sd-rt/sd-rt-hm-single.t
index 83c7da5..0264beb 100644
--- a/t/sd-rt/sd-rt-hm-single.t
+++ b/t/sd-rt/sd-rt-hm-single.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/sd-rt-hm-single.t
 use strict;
 
 # setup for rt
diff --git a/t/sd-rt/sd-rt-hm.t b/t/sd-rt/sd-rt-hm.t
index 2a0688e..01f0de4 100644
--- a/t/sd-rt/sd-rt-hm.t
+++ b/t/sd-rt/sd-rt-hm.t
@@ -1,8 +1,7 @@
 #!/usr/bin/perl -w
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/sd-rt-hm.t
 use strict;
 
 # setup for rt
diff --git a/t/sd-rt/sd-rt-n-foreign-sync.t b/t/sd-rt/sd-rt-n-foreign-sync.t
index e474279..33cea39 100644
--- a/t/sd-rt/sd-rt-n-foreign-sync.t
+++ b/t/sd-rt/sd-rt-n-foreign-sync.t
@@ -1,8 +1,7 @@
 #!/usr/bin/env perl
 
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/sd-rt-n-foreign-sync.t
 use strict;
 use warnings;
 no warnings 'once';
diff --git a/t/sd-rt/sd-rt-permission.t b/t/sd-rt/sd-rt-permission.t
index b7180f2..1660042 100644
--- a/t/sd-rt/sd-rt-permission.t
+++ b/t/sd-rt/sd-rt-permission.t
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
+
 # to run:
-#
-# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/Users/clkao/work/bps/rt-3.7/lib t/sd-rt.t
+# RT_DBA_USER=root RT_DBA_PASSWORD= prove -lv -I/opt/rt3/lib t/sd-rt-permission.t
 use strict;
 use warnings;
 no warnings 'once';

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list