[Greater-commits] r264 - trunk/GREAT-ER-DB/impl/postgresql/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 24 11:36:51 CEST 2011


Author: bricks
Date: 2011-06-24 11:36:50 +0200 (Fri, 24 Jun 2011)
New Revision: 264

Modified:
   trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py
Log:
fix indentation


Modified: trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py	2011-06-24 08:29:02 UTC (rev 263)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/test_pg_j_sess.py	2011-06-24 09:36:50 UTC (rev 264)
@@ -49,7 +49,7 @@
         set_api_interface("_dagreater_pg")
         self.server = postgressupport.get_test_server()
         self.connection_target = self.server.known_dbs["static_db"].get_connection_target()
-              da_db_connect("anonym", "123", self.connection_target)
+        da_db_connect("anonym", "123", self.connection_target)
 
     def test_0_insert_sess_sess_disch(self):
         sess_record = DA_S_sess({'sess_id':0,'catch_id':101,'subst_id':101,'env_id':101,'market_id':101,'mod_id':101,'res_id':101,'sess_disch_id':101,'name':'sess239847','user_id':'anonym','cre_date':'30-01-2003','mod_date':'29-01-2003','status':'ready','privs':6, 'is_temp_sess':'Y','temp_sess_src_id':212,'temp_sess_db_sid':'','remark':'remark_string here!'})
@@ -85,7 +85,7 @@
         self.res = da_update_sess(self.sess[0])
         self.assertEquals(self.res,None)
 
-         self.sess_disch = da_get_sess_disch(101,1,102)
+        self.sess_disch = da_get_sess_disch(101,1,102)
         self.sess_disch[0].name = 'UPDATE'
         self.res = da_update_sess_disch(self.sess_disch[0])
         self.assertEquals(self.res,None)



More information about the Greater-commits mailing list