Fixed tests 1/head
authorMarcin Skarbek <mskarbek@users.noreply.github.com>
Fri, 5 Jan 2018 01:16:32 +0000 (02:16 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 01:16:32 +0000 (02:16 +0100)
Fixed tests after start_ps_process and all_deps_stopped rename

src/tests/test_service.h

index 9b3f7955c13248e5c374284020a5c2d241fc82f4..3593ceebb2ec280e9d8692a141af44c24115576b 100644 (file)
@@ -11,16 +11,16 @@ class test_service : public service_record
     }
 
     // Do any post-dependency startup; return false on failure
-    virtual bool start_ps_process() noexcept override
+    virtual bool bring_up() noexcept override
     {
-        // return service_record::start_ps_process();
+        // return service_record::bring_up();
         return true;
     }
 
     // All dependents have stopped.
-    virtual void all_deps_stopped() noexcept override
+    virtual void bring_down() noexcept override
     {
-        return service_record::all_deps_stopped();
+        return service_record::bring_down();
     }
 
     // Whether a STARTING service can immediately transition to STOPPED (as opposed to