From ca68ae34694503a5ad7345058ddd1c7300fd8127 Mon Sep 17 00:00:00 2001 From: Phillip Huang <phuang2@cs.washington.edu> Date: Sun, 31 Jan 2016 19:49:36 -0800 Subject: [PATCH] Adds HeapSort to the list of ckpt2 tests --- src/tests/gitlab/ckpt2/Ckpt2Tests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/gitlab/ckpt2/Ckpt2Tests.java b/src/tests/gitlab/ckpt2/Ckpt2Tests.java index 9ad5784..751e8e9 100644 --- a/src/tests/gitlab/ckpt2/Ckpt2Tests.java +++ b/src/tests/gitlab/ckpt2/Ckpt2Tests.java @@ -13,7 +13,8 @@ public class Ckpt2Tests extends GradingUtility { HashTableTests.class, CircularArrayHashCodeTests.class, QuickSortTests.class, - TopKSortTests.class + TopKSortTests.class, + HeapSortTests.class }; } } -- GitLab