diff --git a/testing/tests/regression-suite/606-Soho-PROPPATCH.result b/testing/tests/regression-suite/606-Soho-PROPPATCH.result
new file mode 100644
index 00000000..b554a5ae
--- /dev/null
+++ b/testing/tests/regression-suite/606-Soho-PROPPATCH.result
@@ -0,0 +1,14 @@
+HTTP/1.1 200 OK
+Date: Dow, 01 Jan 2000 00:00:00 GMT
+DAV: 1, 2, access-control, calendar-access
+Content-Location: /user1/SOHO+collection/
+Content-Length: 235
+Content-Type: text/xml; charset="utf-8"
+
+
+
+
+ /caldav.php/user1/SOHO+collection/
+ All requested changes were made.
+
+
diff --git a/testing/tests/regression-suite/606-Soho-PROPPATCH.test b/testing/tests/regression-suite/606-Soho-PROPPATCH.test
new file mode 100644
index 00000000..40065594
--- /dev/null
+++ b/testing/tests/regression-suite/606-Soho-PROPPATCH.test
@@ -0,0 +1,26 @@
+#
+# SOHO Organizer works best looking at the person
+#
+# Make some changes to the calendar properties
+#
+TYPE=PROPPATCH
+
+# Note the URL doesn't have a trailling '/'
+URL=http://mycaldav/caldav.php/user1/SOHO+collection
+
+HEADER=User-Agent: SOHO Organizer/6.5.2 libcurl/7.17.0 OpenSSL/0.9.7l zlib/1.2.3 libssh2/0.17
+HEADER=Content-Type: text/xml; charset=utf-8
+HEADER=Accept: */*
+HEADER=Content-Type: application/xml; charset="utf-8"
+
+HEAD
+
+
+BEGINDATA
+homeCalendar description#FF8000FF
+ENDDATA
+
+QUERY
+SELECT * FROM collection JOIN property USING (dav_name)
+ WHERE collection.dav_name = '/user1/SOHO+collection';
+ENDQUERY