summarylogtreecommitdiffstats
path: root/test-testpdbformat.patch
blob: 0ceadc8cc2c3c2c5870e231b3574199620a0e16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- /home/michael/src/openbabel-old/test/testpdbformat.py	2016-03-03 08:09:51.000000000 +1100
+++ /home/michael/src/openbabel-2.4.1/test/testpdbformat.py	2024-09-11 19:46:42.567992647 +1000
@@ -29,7 +29,7 @@
         """
         self.canFindExecutable("babel")
 
-	self.entryPDBwithInsertioncodes="""ATOM    406  N   VAL L  29      58.041  17.797  48.254  1.00  0.00           N  
+        self.entryPDBwithInsertioncodes="""ATOM    406  N   VAL L  29      58.041  17.797  48.254  1.00  0.00           N  
 ATOM    407  CA  VAL L  29      57.124  18.088  47.170  1.00  0.00           C  
 ATOM    408  C   VAL L  29      55.739  17.571  47.538  1.00  0.00           C  
 ATOM    409  O   VAL L  29      55.535  16.362  47.550  1.00  0.00           O  
@@ -100,9 +100,9 @@
 ATOM    474  HE2 TYR L  32      48.145  19.172  44.648  1.00  0.00           H  
 ATOM    475  HH  TYR L  32      46.462  17.658  44.280  1.00  0.00           H  
 """
-	output, error = run_exec(self.entryPDBwithInsertioncodes,
+        output, error = run_exec(self.entryPDBwithInsertioncodes,
 				     "babel -ipdb -ofasta")
-	self.assertEqual(output.rstrip().rsplit("\n",1)[1], "VSSSY")
+        self.assertEqual(output.rstrip().rsplit("\n",1)[1], "VSSSY")
 
 if __name__ == "__main__":
     testsuite = []