Changeset c62827 in git


Ignore:
Timestamp:
Aug 3, 2014, 6:20:55 PM (10 years ago)
Author:
Jakob Kröker <kroeker@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5ea16e64a937f2fe750ed01befb68c7102c6c33c
Parents:
8fec1744a3a9bea1854b58d99979f51ac2c46026
git-author:
Jakob Kröker <kroeker@math.uni-hannover.de>2014-08-03 18:20:55+02:00
git-committer:
Jakob Kröker <kroeker@math.uni-hannover.de>2014-08-04 12:53:48+02:00
Message:
test for ticket 256 and small bugfixes
add tests related to ticket 469
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r8fec17 rc62827  
    21842184{
    21852185   ASSUME(0, not isQuotientRing(basering) );
     2186   if ( string(minpoly) !="0" )
     2187   {
     2188      ERROR("genus does not yet support extension fields");
     2189   }
    21862190
    21872191   int w = printlevel-voice+2;  // w=printlevel (default: w=0)
     
    23092313   else
    23102314   {
     2315      short=0;
     2316      string smp = string(minpoly);
    23112317      if(dim(I)==0)
    23122318      {
     
    23172323         execute("ring Rhelp=("+charstr(R0)+"),(@s),dp;");
    23182324      }
     2325      execute("minpoly = "+smp+";");
    23192326      def newR=R+Rhelp;
    23202327      setring newR;
  • Tst/Short.lst

    r8fec17 rc62827  
    4545Short/bug_44.tst
    4646Short/bug_46.tst
     47Short/bug_469.tst
    4748Short/bug_47.tst
    4849Short/bug_48.tst
Note: See TracChangeset for help on using the changeset viewer.