Re-enabled many of the rt-cascading tests

Many of the tests were not running due to not following eunit conventions.
This fixes that. The initial change was likely done during a debugging and
never reverted.
This commit is contained in:
Micah Warren 2013-05-29 16:45:54 -05:00
parent bb545fc29c
commit b96eeb3ef4

View File

@ -34,7 +34,7 @@ confirm() ->
ending = [] :: [node()]
}).
simple_test_d() ->
simple_test_() ->
% +-----------+ +--------+ +-----+
% | beginning | -> | middle | -> | end |
% +-----------+ +--------+ +-----+
@ -107,7 +107,7 @@ simple_test_d() ->
] end}}.
big_circle_test_d() ->
big_circle_test_() ->
% Initally just 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 1, but then 2 way is
% added later.
% +---+
@ -221,7 +221,7 @@ big_circle_test_d() ->
] end}}.
circle_test_d() ->
circle_test_() ->
% +-----+
% | one |
% +-----+
@ -284,7 +284,7 @@ circle_test_d() ->
] end}}.
pyramid_test_d() ->
pyramid_test_() ->
% +-----+
% | top |
% +-----+
@ -336,7 +336,7 @@ pyramid_test_d() ->
] end}}.
diamond_test_d() ->
diamond_test_() ->
% A pretty cluster of clusters:
% +-----+
% +--------------->| top |
@ -429,7 +429,7 @@ diamond_test_d() ->
] end}}.
circle_and_spurs_test_d() ->
circle_and_spurs_test_() ->
% +------------+
% | north_spur |
% +------------+
@ -651,7 +651,7 @@ Reses)]),
] end}}.
new_to_old_test_d() ->
new_to_old_test_() ->
% +------+
% | New1 |
% +------+