[dmdirc commit] r5806 - in trunk: nbproject test/com/dmdirc/ui/messages

0 views
Skip to first unread message

com...@dmdirc.com

unread,
Jan 18, 2010, 2:55:08 AM1/18/10
to dmd...@googlegroups.com
Author: chris87
Date: 2010-01-18 07:55:06 +0000 (Mon, 18 Jan 2010)
New Revision: 5806

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);

Reply all
Reply to author
Forward
0 new messages