Changeset 75f460 in git for Tst/Short/bug_tr551.tst


Ignore:
Timestamp:
Dec 16, 2014, 3:43:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
fce947c9e6c3e8c6d5a622c7f6b0d724580993cc
Parents:
a2e4470c6e9a666de8ab7b706370c15e13092f76
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/bug_tr551.tst

    ra2e447 r75f460  
    77ideal J = x;
    88ideal I = x, 0 , y;
    9 ASSUME( 0, isSubset( I, std(J) ) == isSubset( std(I), std(J) ) ); 
     9ASSUME( 0, isSubset( I, std(J) ) == isSubset( std(I), std(J) ) );
    1010J = x+3,5;
    1111// J is not standard basis:
     
    1313
    1414//no warning should be printed , since isSubset computes standard basis for J before calling reduce!
    15 isSubset( I, J ); 
     15isSubset( I, J );
    1616
    1717tst_status(1);$;
Note: See TracChangeset for help on using the changeset viewer.