# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1534406514 -10800
# Node ID 5f59e898b2e43a847e43026e0b50f37ac1977d3f
# Parent  f09f31602ba6ae7f267d9e78e9cda2b6bae9160c
Make ID in WAMP project match with ID PLC runtime.

See  project_files/wampconf.json. ID for runtime is "wamptest". The
same id should be used in project's location URI: WAMP://127.0.0.1:8888#Automation#wamptest

diff -r f09f31602ba6 -r 5f59e898b2e4 tests/wamp/README
--- a/tests/wamp/README	Thu Aug 16 10:53:54 2018 +0300
+++ b/tests/wamp/README	Thu Aug 16 11:01:54 2018 +0300
@@ -23,4 +23,4 @@
    Autobahn         : 18.3.1 (with JSON, MessagePack, CBOR, UBJSON)
    Twisted          : 17.9.0-EPollReactor
    LMDB             : 0.93/lmdb-0.9.18
-   Python           : 2.7.12/CPython
\ No newline at end of file
+   Python           : 2.7.12/CPython
diff -r f09f31602ba6 -r 5f59e898b2e4 tests/wamp/beremiz.xml
--- a/tests/wamp/beremiz.xml	Thu Aug 16 10:53:54 2018 +0300
+++ b/tests/wamp/beremiz.xml	Thu Aug 16 11:01:54 2018 +0300
@@ -1,4 +1,4 @@
 <?xml version='1.0' encoding='utf-8'?>
-<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="WAMP://127.0.0.1:8888#Automation#WampID">
+<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="WAMP://127.0.0.1:8888#Automation#wamptest">
   <TargetType/>
 </BeremizRoot>