From fca272c33dc4389ed7794da2dd5aeac082a1298c Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Mon, 12 Mar 2007 13:09:38 +0000 Subject: [PATCH] minor change --- .../test/Number_types/include/CGAL/_test_algebraic_structure.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h b/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h index 4448d9e993e..0865f7de9d8 100644 --- a/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h +++ b/Number_types/test/Number_types/include/CGAL/_test_algebraic_structure.h @@ -628,6 +628,7 @@ template void test_Type_functions( const CGAL::Field_tag&) { test_Type_functions< AS >(CGAL::Integral_domain_tag()); CGAL_test_assert(CGAL_NTS unit_part( AS (-15))== AS (-15)); + CGAL_test_assert(CGAL_NTS unit_part( AS (1 ))== AS ( 1)); CGAL_test_assert(CGAL_NTS unit_part( AS (0 ))== AS ( 1)); };