HomePhorge

(PUP-3615) Change test to query using string mode instead of integers
322d136b643dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3615) Change test to query using string mode instead of integers

There was one test, that after the change to using the new 4x Collectors
failed when the string to numeric conversion no longer is done.

The test queried for "mode == 0677" which is wrong since mode is a
String. This commit corrects the test to use "mode == '0677'"

Details

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU322d136b643d: (PUP-3615) Change test to query using string mode instead of integers (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Nov 10 2014, 11:38 PM