[GRASS-SVN] r54794 - grass-addons/grass7/raster/r.agent/tests
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 27 13:02:23 PST 2013
Author: mic
Date: 2013-01-27 13:02:23 -0800 (Sun, 27 Jan 2013)
New Revision: 54794
Modified:
grass-addons/grass7/raster/r.agent/tests/test_aco.py
grass-addons/grass7/raster/r.agent/tests/test_agent.py
grass-addons/grass7/raster/r.agent/tests/test_ant.py
grass-addons/grass7/raster/r.agent/tests/test_world.py
Log:
svn propset and cleanup
Property changes on: grass-addons/grass7/raster/r.agent/tests/test_aco.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Modified: grass-addons/grass7/raster/r.agent/tests/test_agent.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_agent.py 2013-01-27 20:56:48 UTC (rev 54793)
+++ grass-addons/grass7/raster/r.agent/tests/test_agent.py 2013-01-27 21:02:23 UTC (rev 54794)
@@ -6,22 +6,23 @@
class TestAgent(unittest.TestCase):
def setUp(self):
- self.agent = agent.Agent()
+ pass
+# self.agent = agent.Agent()
def test_setposition(self):
- pass
+ pass
def test_getposition(self):
- pass
+ pass
def test_move(self):
- pass
+ pass
def test_age(self):
- pass
+ pass
def test_snuffit(self):
- pass
+ pass
# def tearDown(self):
Property changes on: grass-addons/grass7/raster/r.agent/tests/test_agent.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Modified: grass-addons/grass7/raster/r.agent/tests/test_ant.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_ant.py 2013-01-27 20:56:48 UTC (rev 54793)
+++ grass-addons/grass7/raster/r.agent/tests/test_ant.py 2013-01-27 21:02:23 UTC (rev 54794)
@@ -6,22 +6,23 @@
class TestAnt(unittest.TestCase):
def setUp(self):
- self.agent = ant.Ant()
+ pass
+# self.agent = ant.Ant()
def test_setposition(self):
- pass
+ pass
def test_getposition(self):
- pass
+ pass
def test_move(self):
- pass
+ pass
def test_age(self):
- pass
+ pass
def test_snuffit(self):
- pass
+ pass
# def tearDown(self):
Property changes on: grass-addons/grass7/raster/r.agent/tests/test_ant.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
Property changes on: grass-addons/grass7/raster/r.agent/tests/test_world.py
___________________________________________________________________
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list