Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eamonn Brady committed Apr 1, 2014
1 parent 7f29ba9 commit 160f9be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions OpenHome/Tests/TestTopology1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ void SuiteTopology1::ScheduleCallback(void* aObj)

void TestTopology1(Environment& aEnv, const std::vector<Brn>& aArgs)
{
/*
if(aArgs.size()==0)
{
Log::Print("NO ARGUMENTS SUPPLIED!!!");
ASSERTS();
}
*/
TestScriptHttpReader reader(aEnv, aArgs);

Runner runner("Topology1 tests\n");
Expand Down
2 changes: 1 addition & 1 deletion OpenHome/Topologym.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void SenderWatcher::Dispose()

Brn SenderWatcher::Uri()
{
DisposeLock lock(*waf tests);
DisposeLock lock(*iDisposeHandler);
return iMetadata->Uri();
}

Expand Down
8 changes: 4 additions & 4 deletions oncommit.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ suiteRunner = MakeSuiteRunner(context)

# testharness honours a '#' within this string :)
tests = '''
#TestWatchableThread
#TestWatchable
TestWatchableThread
TestWatchable
TestTopology1 -s {ws_hostname} -p {ws_port} --path Topology1TestScript.txt
#TestTopology2 -s {ws_hostname} -p {ws_port} --path Topology2TestScript.txt
#TestTopologym -s {ws_hostname} -p {ws_port} --path TopologymTestScript.txt
TestTopology2 -s {ws_hostname} -p {ws_port} --path Topology2TestScript.txt
TestTopologym -s {ws_hostname} -p {ws_port} --path TopologymTestScript.txt
'''


Expand Down

0 comments on commit 160f9be

Please sign in to comment.