nus-cs2103-AY1819S2 / forum

CS2103/T discussion forum
6 stars 1 forks source link

Unable to pass all test case from AB4 #42

Closed NgWeiXin closed 5 years ago

NgWeiXin commented 5 years ago

Setting up process was:

  1. Clone the latest AB4 (as of 04/03/19) to local
  2. import project with 'build.gradle'
  3. SDK set to be Java 9.0.4
  4. Run './gradlew processResources' successfully
  5. Run 'All Test'
  6. Failed 15 test cases (did not move cursor while test is running)
screenshot 2019-03-04 at 5 30 52 pm
sreycodes commented 5 years ago

As this issue is still not resolved, is it fine to make PRs (for today's deadline) which do not pass Travis? @okkhoy @bqnguyen94

okkhoy commented 5 years ago

Sorry guys! I didn't get time to check this. For now you can disable those tests and PR. Will take a look at the earliest today.

okkhoy commented 5 years ago

@NgWeiXin see: https://github.com/se-edu/addressbook-level4/issues/979 if it is relevant

NgWeiXin commented 5 years ago

@okkhoy Hello Prof! Thank you for the reference link! It is working now!