issue #2087: [dispatcher] Rename FixedPriorityChangedTest to FixedPriorityTest.

This commit is contained in:
James Chen 2013-09-16 16:02:48 +08:00
parent 46e1291ce1
commit 8e668cd837
2 changed files with 5 additions and 5 deletions

View File

@ -260,7 +260,7 @@ private:
bool _useNodePriority; bool _useNodePriority;
}; };
void FixedPriorityChangedTest::onEnter() void FixedPriorityTest::onEnter()
{ {
EventDispatcherTestDemo::onEnter(); EventDispatcherTestDemo::onEnter();
@ -290,12 +290,12 @@ void FixedPriorityChangedTest::onEnter()
} }
std::string FixedPriorityChangedTest::title() std::string FixedPriorityTest::title()
{ {
return "Fixed priority changed test"; return "Fixed priority test";
} }
std::string FixedPriorityChangedTest::subtitle() std::string FixedPriorityTest::subtitle()
{ {
return "Fixed Priority, Blue: 30, Red: 20, Yellow: 10\n The lower value the higher priority will be."; return "Fixed Priority, Blue: 30, Red: 20, Yellow: 10\n The lower value the higher priority will be.";
} }

View File

@ -39,7 +39,7 @@ public:
virtual std::string subtitle(); virtual std::string subtitle();
}; };
class FixedPriorityChangedTest : public EventDispatcherTestDemo class FixedPriorityTest : public EventDispatcherTestDemo
{ {
public: public:
virtual void onEnter(); virtual void onEnter();