Changeset bf3f332 in git
- Timestamp:
- Jan 15, 2010, 4:13:40 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a0db9e2da8bb9de2698f9dc20fcd535934ff9b39
- Parents:
- b07ba779b2e1e2117d4ddb200e38719a3c566c87
- Location:
- tests/Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Singular/test_iparith.cpp
rb07ba77 rbf3f332 91 91 const char * name2 = "nix"; 92 92 pos = iiArithFindCmd(name2); 93 CPPUNIT_ASSERT( std::string(name2) == std::string(iiArithGetCmd(pos)));93 CPPUNIT_ASSERT(pos==-1); 94 94 95 95 return; -
tests/Singular/test_ipid.hpp
rb07ba77 rbf3f332 1 1 #ifndef _test_ipid_hpp_ 2 2 #define _test_ipid_hpp_ 3 4 #define NDEBUG 5 3 6 4 7 #include <Singular/utils.h>
Note: See TracChangeset
for help on using the changeset viewer.