[Rt-commit] rt branch, 4.2/forbid-circular-dependson-and-memberof, repushed
? sunnavy
sunnavy at bestpractical.com
Tue Jul 30 10:18:11 EDT 2013
The branch 4.2/forbid-circular-dependson-and-memberof was deleted and repushed:
was f0e3ae82c3abfab940452ebae35aff8de9485b84
now 044c5742ea9db177577f183e618e2a4a4e5746aa
1: bab8778 < -: ------- forbid circular relationship of DependsOn and MemberOf
-: ------- > 1: f1dcb90 forbid circular relationship of DependsOn and MemberOf
2: c1dd5d5 ! 2: 044c574 circular links tests
@@ -1,6 +1,6 @@
Author: sunnavy <sunnavy at bestpractical.com>
- circular links
+ circular links tests
diff --git a/t/ticket/circular_links.t b/t/ticket/circular_links.t
new file mode 100644
@@ -10,7 +10,7 @@
+use strict;
+use warnings;
+
-+use RT::Test tests => 21;
++use RT::Test tests => undef;
+
+my ( $foo, $bar, $baz ) = RT::Test->create_tickets(
+ { Queue => 'General' },
@@ -51,4 +51,4 @@
+( $status, $msg ) = $foo->AddLink( Type => 'RefersTo', Base => $bar->id );
+ok( $status, "foo can be referred to by bar" );
+
-
++done_testing;
3: f0e3ae8 < -: ------- added sbin/rt-test-dependencies to find circular relationships
More information about the Rt-commit
mailing list