Skip to content

Commit

Permalink
update test image path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdzan committed Apr 21, 2024
1 parent a88fc98 commit 4bc0bbb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added tests/images/1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images/2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images/3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images/4.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/images/5.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn test_basic_success_parallel() {
#[test]
/// This test attempts to check ONLY the **ordering** of the input original JPEG files and output compressed files. This check takes a while (adds around 3 mins of overall test time on low spec hardware) and it uses around 3-4 GBs of RAM.
fn test_ordering() {
let test_img_path = "/home/user/Pictures/compare_img_test";
let test_img_path = "./tests/images/";
let path = PathBuf::from(test_img_path);
let read = std::fs::read_dir(path).unwrap();
let mut filenames = Vec::new();
Expand Down

0 comments on commit 4bc0bbb

Please sign in to comment.