flake8
passed.
JSHint
passed.
Review Request #10350 — Created Dec. 5, 2018 and submitted
The Perforce test suite had two issues have have cropped up. First, if
the local computer's hostname was in the form ofMyComputer.tld
instead ofMyComputer
, a comparison would fail. We were comparing the
entire string when we should have just compared the first part.Second, the
anonymous
user we were using for
public.perforce.com:1666
could no longer be used. Instead, they have a
guest
user, which functions likeanonymous
once did. We now use this
for our tests instead.
Unit tests pass.