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