remove more crud from test/ subdirectory
[sbp.git] / tests / connections.xml
diff --git a/tests/connections.xml b/tests/connections.xml
deleted file mode 100644 (file)
index 11e601d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<!DOCTYPE model SYSTEM 'ArchSimModel.dtd'>
- <model name='Assignment 1'>
-  <component name="Source" type="PayloadSource"/>
-  <component name="Sink" type="PayloadSink"/>
-  <component name="FifoOne" type="FifoElement"/>
-  <connection name='FifoOne.In'>
-    <from component="Source" terminal="Out"/>
-    <to   component="FifoOne" terminal="In"/>
-  </connection>
-  <connection name='FifoOne.Out'>
-    <from component="FifoOne" terminal="Out"/>
-    <to   component="Sink" terminal="In"/>
-  </connection>
- </model>
-