Skip to content
Snippets Groups Projects
  1. Jun 09, 2015
  2. Jun 08, 2015
  3. Jun 06, 2015
  4. Jun 05, 2015
  5. Jun 04, 2015
  6. Jun 03, 2015
  7. Jun 02, 2015
  8. Jun 01, 2015
  9. May 29, 2015
    • Ryan Izard's avatar
      Fixed what was likely one of the dependency issues in the unit tests. There... · 91cbd8e4
      Ryan Izard authored
      Fixed what was likely one of the dependency issues in the unit tests. There were two @Before annotations on functions in the handshake handler tests. setUp() depends on setUpFeaturesReply(); but if they are both @Before, there's no guarantee the first @Before (features reply) will be executed before the second @Before (setup). Removed @Before annotation from setUpFeaturesReply() and manually invoke that function from within setUp() so that the featuresReply class variable is set when it's needed in setUp().
      91cbd8e4
Loading