Added tests for Node copy constructor and assignment operator.
commit9d619b221519a6d78dae2860f91c9f0553ddf7a2
authorJD Marble <midorikid@gmail.com>
Mon, 3 Sep 2007 23:14:00 +0000 (3 16:14 -0700)
committerJD Marble <midorikid@gmail.com>
Mon, 3 Sep 2007 23:14:00 +0000 (3 16:14 -0700)
treee46b7e369ec665754778ed211e7de4c57ee70a4a
parent2d56e0989777349c3011c766c753ab219b47f7a6
Added tests for Node copy constructor and assignment operator.

The tests were added for the functions, but no functions were needed.  The compiler generated versions seem to work fine.
core/src/main/Node.cpp
core/src/main/Node.hpp
core/src/unittest/node_test.cpp