From f77bad54ce1acaabdd2c373c318ff0cf56e67e6a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 9 Feb 2009 17:40:47 -0500 Subject: Starting to fix Nature test --- sigmod/test/TestNature.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmod/test') diff --git a/sigmod/test/TestNature.cpp b/sigmod/test/TestNature.cpp index deff35ba..042e9b13 100644 --- a/sigmod/test/TestNature.cpp +++ b/sigmod/test/TestNature.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -126,7 +126,7 @@ void TestNature::setName() void TestNature::setStat() { - m_nature2->setStat(Sigmod::ST_Attack, Sigcore::Fraction(1, 2)); + m_nature2->setStat(Sigmod::ST_Attack, Sigcore::Fraction(-1, 2)); QCOMPARE(m_changedCount, 0); -- cgit