|
From: <gem...@li...> - 2012-08-30 13:52:18
|
Revision: 916
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=916&view=rev
Author: mennodekker
Date: 2012-08-30 13:52:12 +0000 (Thu, 30 Aug 2012)
Log Message:
-----------
added failing test, exposing flaw in Gems_Tracker_Token
Modified Paths:
--------------
trunk/test/classes/Gems/Tracker/TokenTest.php
Modified: trunk/test/classes/Gems/Tracker/TokenTest.php
===================================================================
--- trunk/test/classes/Gems/Tracker/TokenTest.php 2012-08-30 13:31:46 UTC (rev 915)
+++ trunk/test/classes/Gems/Tracker/TokenTest.php 2012-08-30 13:52:12 UTC (rev 916)
@@ -52,7 +52,7 @@
/**
* @var Gems_Tracker_Token
*/
- protected $object;
+ protected $token;
/**
* Sets up the fixture, for example, opens a network connection.
@@ -395,10 +395,7 @@
*/
public function testGetRespondentId()
{
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
+ $this->assertNotEmpty($this->token->getRespondentId(), 'Any token should have a respondentId');
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|