change test
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1648 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
10835c3a36
commit
a47f815c74
1 changed files with 6 additions and 7 deletions
|
|
@ -4,16 +4,15 @@
|
|||
|
||||
int main(){
|
||||
|
||||
moDummyNeighbor n1;
|
||||
moDummyNeighbor n1, n3;
|
||||
|
||||
// n1.fitness(12);
|
||||
n1.fitness(12);
|
||||
|
||||
// moDummyNeighbor n2(n1);
|
||||
moDummyNeighbor n2(n1);
|
||||
assert(n1.fitness() == n2.fitness());
|
||||
|
||||
// assert(n1.fitness() == n2.fitness());
|
||||
|
||||
// n3=n1;
|
||||
// assert(n1.fitness() == n3.fitness());
|
||||
n3=n1;
|
||||
assert(n1.fitness() == n3.fitness());
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue