Skip to content

Commit 3a42b73

Browse files
juangallostraramonski
authored andcommitted
Remove dry matter test (#800)
* Remove dry matter test * Update CHANGES.rst
1 parent b23bacd commit 3a42b73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Changelog
1212

1313
**Removed**
1414

15+
- #800 Remove Dry Matter from tests
1516
- #779 Remove Dry Matter functionality
1617

1718

bika/lims/tests/test_ARImport.py

-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ def test_LIMS_2080_correctly_interpret_false_and_blank_values(self):
201201
self.fail("Should be two empty SamplePoints, and two with values")
202202
if len(re.findall('<.*selected.*Liquids', content)) != 2:
203203
self.fail("Should be two empty Matrix fields, and two with values")
204-
if len(re.findall('<.*checked.*ReportDry', content)) != 2:
205-
self.fail("Should be two False DryMatters, and two True")
206204

207205
def test_LIMS_2081_post_edit_fails_validation_gracefully(self):
208206
client = self.portal.clients.objectValues()[0]

0 commit comments

Comments
 (0)