Changeset b11cc91 in trunk
- Timestamp:
- 2021-05-07T14:48:50Z (4 years ago)
- Branches:
- master
- Children:
- 04fc8e70
- Parents:
- 6df076d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified integration/test_servers_of_happiness.py ¶
r6df076d rb11cc91 43 43 44 44 output = proto.output.getvalue() 45 assert "shares could be placed on only" in output45 assert b"shares could be placed on only" in output -
TabularUnified src/allmydata/web/root.py ¶
r6df076d rb11cc91 319 319 version = server.get_version() 320 320 if version is not None: 321 description[u"version"] = version[ "application-version"]321 description[u"version"] = version[b"application-version"] 322 322 323 323 return description
Note: See TracChangeset
for help on using the changeset viewer.