Modified:
trunk/nbproject/build-impl.xml
trunk/test/com/dmdirc/ui/messages/IntelligentLinkingTest.java
Log:
Misc channel linking unit test Don't echo the property that's no longer used
Git-version: 0.6.3m2-331-gb105b96
Modified: trunk/nbproject/build-impl.xml
===================================================================
--- trunk/nbproject/build-impl.xml 2010-01-18 07:54:06 UTC (rev 5805)
+++ trunk/nbproject/build-impl.xml 2010-01-18 07:55:06 UTC (rev 5806)
@@ -48,9 +48,6 @@
<target depends="-pre-init,-init-private,-init-user" name="-init-project">
<property file="nbproject/configs/${config}.properties"/>
<property file="nbproject/project.properties"/>
- <!-- Echo this here to make it easy for people to copy/paste into
- private.properties. -->
- <echo message="Found Libraries: ${plugins.libs.path}" />
</target>
<target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init">
<available file="${manifest.file}" property="manifest.available"/>
Modified: trunk/test/com/dmdirc/ui/messages/IntelligentLinkingTest.java
===================================================================
--- trunk/test/com/dmdirc/ui/messages/IntelligentLinkingTest.java 2010-01-18 07:54:06 UTC (rev 5805)
+++ trunk/test/com/dmdirc/ui/messages/IntelligentLinkingTest.java 2010-01-18 07:55:06 UTC (rev 5806)
@@ -109,6 +109,7 @@
{"\"join #test\"", "\"join @#test@\""},
{"'join #test'", "'join @#test@'"},
{"#test.", "@#test@."},
+ {"(\"join #test!\")", "(\"join @#test@!\")"},
};
return Arrays.asList(tests);