summaryrefslogtreecommitdiff
path: root/Rx/v2/test
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2017-01-27 03:01:57 +0300
committerKirk Shoop <kirk.shoop@microsoft.com>2017-01-26 16:01:57 -0800
commit4b6a2f541dece7256271374ca6555ce12a76a99b (patch)
tree3e5ea5ddc20ee999bd5d32e146be96b43d694ff0 /Rx/v2/test
parentad101cf093028f874a5d882967bdb4ccb8032eb8 (diff)
downloadRxCpp-4b6a2f541dece7256271374ca6555ce12a76a99b.tar.gz
decouple publish, publish_synchronized, multicast from observable (#338)
* decouple publish, publish_synchronized, multicast from observable * decouple publish, publish_synchronized, multicast from observable - restore include structure
Diffstat (limited to 'Rx/v2/test')
-rw-r--r--Rx/v2/test/operators/publish.cpp2
-rw-r--r--Rx/v2/test/subscriptions/subscription.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/publish.cpp b/Rx/v2/test/operators/publish.cpp
index 62d81ff..316f275 100644
--- a/Rx/v2/test/operators/publish.cpp
+++ b/Rx/v2/test/operators/publish.cpp
@@ -1,4 +1,6 @@
#include "../test.h"
+#include <rxcpp/operators/rx-publish.hpp>
+
SCENARIO("publish range", "[hide][range][subject][publish][subject][operators]"){
GIVEN("a range"){
diff --git a/Rx/v2/test/subscriptions/subscription.cpp b/Rx/v2/test/subscriptions/subscription.cpp
index a4ce52d..fb351bd 100644
--- a/Rx/v2/test/subscriptions/subscription.cpp
+++ b/Rx/v2/test/subscriptions/subscription.cpp
@@ -3,6 +3,7 @@
#include "rxcpp/operators/rx-map.hpp"
#include "rxcpp/operators/rx-take.hpp"
#include "rxcpp/operators/rx-observe_on.hpp"
+#include "rxcpp/operators/rx-publish.hpp"
SCENARIO("observe subscription", "[hide]"){
GIVEN("observable of ints"){