mirror of https://github.com/CGAL/cgal
Revert "uncommented a test which did not pass in the past"
This reverts commit 3f08a80977.
This commit is contained in:
parent
3f08a80977
commit
b9a3922f0f
|
|
@ -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>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue