338 |
// between DataExpanded and DataTagged objects to seg-fault. This test |
// between DataExpanded and DataTagged objects to seg-fault. This test |
339 |
// case will provoke this error if it arises again. |
// case will provoke this error if it arises again. |
340 |
|
|
341 |
|
// This test requires the version of setTaggedData which takes a Data |
342 |
|
// object as an argument. This version is not currently available, so |
343 |
|
// this test is disabled for now |
344 |
|
|
345 |
|
/* |
346 |
|
|
347 |
cout << endl; |
cout << endl; |
348 |
|
|
349 |
cout << "\tCreate domain and function-space." << endl; |
cout << "\tCreate domain and function-space." << endl; |
382 |
// If we get here, subtraction operation did not seg-fault. |
// If we get here, subtraction operation did not seg-fault. |
383 |
assert(true); |
assert(true); |
384 |
|
|
385 |
|
*/ |
386 |
|
|
387 |
} |
} |
388 |
|
|
389 |
TestSuite* DataTaggedTestCase::suite () |
TestSuite* DataTaggedTestCase::suite () |
394 |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testAll",&DataTaggedTestCase::testAll)); |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testAll",&DataTaggedTestCase::testAll)); |
395 |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testOperations",&DataTaggedTestCase::testOperations)); |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testOperations",&DataTaggedTestCase::testOperations)); |
396 |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testReshape",&DataTaggedTestCase::testReshape)); |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testReshape",&DataTaggedTestCase::testReshape)); |
397 |
testSuite->addTest (new TestCaller< DataTaggedTestCase>("testSubtraction",&DataTaggedTestCase::testSubtraction)); |
//testSuite->addTest (new TestCaller< DataTaggedTestCase>("testSubtraction",&DataTaggedTestCase::testSubtraction)); |
398 |
return testSuite; |
return testSuite; |
399 |
} |
} |