/[lohnrechner]/trunk/test_Lohnsteuer2006.py
ViewVC logotype

Diff of /trunk/test_Lohnsteuer2006.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 49 by wilde, Mon Jan 23 14:20:16 2006 UTC revision 50 by wilde, Mon Jan 23 15:08:28 2006 UTC
# Line 33  class TestGetLohnsteuer(unittest.TestCas Line 33  class TestGetLohnsteuer(unittest.TestCas
33              15000: [   714.0,   444.0,     0.0,   714.0,  3400.0,  3722.0 ],              15000: [   714.0,   444.0,     0.0,   714.0,  3400.0,  3722.0 ],
34              17500: [  1362.0,  1043.0,     0.0,  1362.0,  4266.0,  4576.0 ],              17500: [  1362.0,  1043.0,     0.0,  1362.0,  4266.0,  4576.0 ],
35              20000: [  2063.0,  1727.0,     0.0,  2063.0,  5126.0,  5458.0 ],              20000: [  2063.0,  1727.0,     0.0,  2063.0,  5126.0,  5458.0 ],
36              22500: [  2725.0,  2375.0,   264.0,  2725.0,  6044.0,  6398.0 ],              22500: [  2718.0,  2368.0,   264.0,  2718.0,  6044.0,  6398.0 ],
37              25000: [  3417.0,  3051.0,   628.0,  3417.0,  7020.0,  7394.0 ],              25000: [  3393.0,  3028.0,   628.0,  3393.0,  7020.0,  7394.0 ],
38              27500: [  4126.0,  3746.0,  1104.0,  4126.0,  8052.0,  8438.0 ],              27500: [  4095.0,  3715.0,  1104.0,  4095.0,  8052.0,  8438.0 ],
39              30000: [  4860.0,  4465.0,  1634.0,  4860.0,  9102.0,  9488.0 ],              30000: [  4824.0,  4430.0,  1634.0,  4824.0,  9102.0,  9488.0 ],
40              32500: [  5620.0,  5211.0,  2240.0,  5620.0, 10152.0, 10538.0 ],              32500: [  5580.0,  5172.0,  2240.0,  5580.0, 10152.0, 10538.0 ],
41              35000: [  6408.0,  5984.0,  2952.0,  6408.0, 11202.0, 11588.0 ],              35000: [  6364.0,  5941.0,  2952.0,  6364.0, 11202.0, 11588.0 ],
42              37500: [  7224.0,  6785.0,  3684.0,  7224.0, 12252.0, 12638.0 ],              37500: [  7175.0,  6737.0,  3684.0,  7175.0, 12252.0, 12638.0 ],
43              40000: [  8068.0,  7614.0,  4364.0,  8068.0, 13302.0, 13688.0 ],              40000: [  8013.0,  7561.0,  4364.0,  8013.0, 13302.0, 13688.0 ],
44              42500: [  8938.0,  8470.0,  5026.0,  8938.0, 14352.0, 14738.0 ],              42500: [  8878.0,  8411.0,  5026.0,  8878.0, 14352.0, 14738.0 ],
45              45000: [  9836.0,  9354.0,  5700.0,  9836.0, 15402.0, 15788.0 ],              45000: [  9771.0,  9290.0,  5686.0,  9771.0, 15402.0, 15788.0 ],
46              47500: [ 10762.0, 10265.0,  6390.0, 10762.0, 16452.0, 16838.0 ],              47500: [ 10691.0, 10195.0,  6360.0, 10691.0, 16452.0, 16838.0 ],
47              50000: [ 11715.0, 11203.0,  7094.0, 11715.0, 17502.0, 17888.0 ],              50000: [ 11639.0, 11128.0,  7046.0, 11639.0, 17502.0, 17888.0 ],
48              52500: [ 12696.0, 12169.0,  7806.0, 12696.0, 18552.0, 18938.0 ],              52500: [ 12613.0, 12087.0,  7746.0, 12613.0, 18552.0, 18938.0 ],
49              55000: [ 13704.0, 13163.0,  8524.0, 13704.0, 19602.0, 19988.0 ],              55000: [ 13615.0, 13075.0,  8460.0, 13615.0, 19602.0, 19988.0 ],
50              57500: [ 14733.0, 14183.0,  9254.0, 14733.0, 20652.0, 21038.0 ],              57500: [ 14639.0, 14089.0,  9188.0, 14639.0, 20652.0, 21038.0 ],
51              60000: [ 15763.0, 15213.0, 10000.0, 15763.0, 21702.0, 22088.0 ]              60000: [ 15664.0, 15115.0,  9928.0, 15664.0, 21702.0, 22088.0 ]
52              }              }
53          self.t = LStRechner2006()          self.t = LStRechner2006()
54          self.t.SetZeitraum(JAHR)          self.t.SetZeitraum(JAHR)

Legend:
Removed from v.49  
changed lines
  Added in v.50

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26