[GRASS-SVN] r56309 - grass-addons/grass7/raster/r.agent/tests

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 19 03:08:31 PDT 2013


Author: mic
Date: 2013-05-19 03:08:31 -0700 (Sun, 19 May 2013)
New Revision: 56309

Modified:
   grass-addons/grass7/raster/r.agent/tests/test_anthill.py
Log:
eliminate meaningless whitespace

Modified: grass-addons/grass7/raster/r.agent/tests/test_anthill.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_anthill.py	2013-05-19 09:30:10 UTC (rev 56308)
+++ grass-addons/grass7/raster/r.agent/tests/test_anthill.py	2013-05-19 10:08:31 UTC (rev 56309)
@@ -81,8 +81,8 @@
         self.assertEqual(self.world.pathintensity,
                                 self.world.getpheromone([0,0]))
 
-    def test_getpenalty(self):                               
-        self.assertNotEqual(9,                                 
+    def test_getpenalty(self):
+        self.assertNotEqual(9,
             self.world.playground.layers[anthill.Anthill.COST][0][0])
         self.world.playground.layers[anthill.Anthill.COST][0][0] = 9
         self.assertEqual(9, self.world.getpenalty([0,0]))



More information about the grass-commit mailing list