Command: testsuite::ticket-772

NEST HelpDesk Command Index NEST Quick Reference

Name:
 testsuite::ticket-772 - NEST should not crash, if integer values for weight/ delay are used

Synopsis:
 (ticket-772) run -> NEST exits if test fails
Description:
   Different connecting functions support passing TokenArrays for weights and delays.
   The values for weight and delays are expected to be doubles, but passing them
   as integers should not crash NEST. SLI's casting function getValue
   in tokenutils.cc is strict and throws a TypeMisMatch, if something different 
   from a DoubleDatum should be casted to a double.
   This test tests the relevant connecting functions.

FirstVersion:
 04/2014
Author:
 Tammo Ippen
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/testsuite/regressiontests/ticket-772.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative