Revert "uncommented a test which did not pass in the past"

This reverts commit 3f08a80977.
This commit is contained in:
Luis Peñaranda 2013-11-20 12:04:54 -02:00
parent 3f08a80977
commit b9a3922f0f
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ void test_algebraic_kernel_1(const AlgebraicKernel_d_1& ak_1){
{ {
typedef Algebraic_structure_traits<Bound> AST; typedef Algebraic_structure_traits<Bound> AST;
typedef typename AST::Algebraic_category Algebraic_category; typedef typename AST::Algebraic_category Algebraic_category;
test_algebraic_structure< Bound,Algebraic_category,Tag_true>(); // TODO Luis
//--------------------------------------------------
// test_algebraic_structure< Bound,Algebraic_category,Tag_true>();
//--------------------------------------------------
test_real_embeddable<Bound>(); test_real_embeddable<Bound>();
} }