uncommented a test which did not pass in the past

This commit is contained in:
Luis Peñaranda 2013-11-19 18:10:54 -02:00
parent dfa7218c85
commit 3f08a80977
1 changed files with 1 additions and 4 deletions

View File

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