 
            
            
            
            
                11 Apr
                
                    2012
                
            
            
                11 Apr
                
                '12
                
            
            
            
        
    
                5:26 p.m.
            
        Module: ppl/ppl Branch: master Commit: ebf2319c2e73d90dd89d4baca45b91834a089f50 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ebf2319c2e73d...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Wed Apr 11 17:25:13 2012 +0200
Test PIP_Problem/weightwatch1 requires unbounded coefficients.
---
tests/PIP_Problem/weightwatch1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/PIP_Problem/weightwatch1.cc b/tests/PIP_Problem/weightwatch1.cc index 653d129..0218b12 100644 --- a/tests/PIP_Problem/weightwatch1.cc +++ b/tests/PIP_Problem/weightwatch1.cc @@ -183,5 +183,5 @@ test01() { } // namespace
BEGIN_MAIN - DO_TEST(test01); + DO_TEST_F64(test01); END_MAIN