]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
added checks for new indexed objects
[ginac.git] / check / exams.cpp
index 01e8f25b9463241f0dc0693a61c30c3ac8a6f5bc..385ed9a3df8c9663688d73960a782f5620c7177a 100644 (file)
@@ -3,7 +3,7 @@
  *  Main program that calls all individual exams. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -100,7 +100,7 @@ int main()
        }
        
        try {
-               result += exam_noncommut();
+               result += exam_indexed();
        } catch (const exception &e) {
                cout << "Error: caught exception " << e.what() << endl;
                ++result;
@@ -121,7 +121,7 @@ int main()
                        cout << "(" << result << " individual failures)" << endl;
                }
                cout << "please check exams.out against exams.ref for more details."
-                        << endl << "happy debugging!" << endl;
+                    << endl << "happy debugging!" << endl;
        }
        
        return result;