diff options
| author | mokha <mokha@cisco.com> | 2019-05-06 20:21:33 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-06 20:21:33 -0600 |
| commit | 3f56b920e5d25beb49bb9d6e8bc2927b42caf51a (patch) | |
| tree | 741273c17e2b93f3368928d9f4d51a1ce392610a /src/Q4/BanffMarathonRunnerTest.java | |
| parent | ceb4ae9d2f35ff960d017927572ffbc2327a4d59 (diff) | |
move files to packages that match the subdir
Diffstat (limited to 'src/Q4/BanffMarathonRunnerTest.java')
| -rw-r--r-- | src/Q4/BanffMarathonRunnerTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Q4/BanffMarathonRunnerTest.java b/src/Q4/BanffMarathonRunnerTest.java index 1c0c3e1..b364457 100644 --- a/src/Q4/BanffMarathonRunnerTest.java +++ b/src/Q4/BanffMarathonRunnerTest.java @@ -1,5 +1,6 @@ -package ca.mokhan.comp268; +package ca.mokhan.test; +import Q4.*; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; |
