[CVS .] Added some new "feature requests"

Jon Tirsen <tirsen-yCVjj/[email protected]> Wed, 25 Feb 2004 15:47:01 -0600
Newsgroups gmane.comp.java.nanocontainer.cvs
Message-ID <[email protected]>
Commit in ./snippet on MAIN

src/test/snippet/SnippetMacroTest.java +10 1.1.1.1 -> 1.2

/SnippetReaderTest.java +11 1.1.1.1 -> 1.2

.cvsignore +1 added 1.1

+22

1 added + 2 modified, total 3 files

Added some new "feature requests"

----------

. /snippet /src /test /snippet

SnippetMacroTest.java 1.1.1.1 -> 1.2

diff -u -r1.1.1.1 -r1.2
--- SnippetMacroTest.java 25 Feb 2004 20:09:16 -0000 1.1.1.1
+++ SnippetMacroTest.java 25 Feb 2004 21:47:01 -0000 1.2
@@ -67,4 +67,14 @@

public void TODOtestConvertsTabsToSpacesIfSpecified() {

}

+
+ public void TODOtestDisplaysRedErrorThingIfSnippetNotFound() {
+
+ }
+
+ public void TODOtestDisplaysRedErrorThingIfUrlIsInvalid() {
+
+ }
+
+

}

----------

. /snippet /src /test /snippet

SnippetReaderTest.java 1.1.1.1 -> 1.2

diff -u -r1.1.1.1 -r1.2
--- SnippetReaderTest.java 25 Feb 2004 20:09:16 -0000 1.1.1.1
+++ SnippetReaderTest.java 25 Feb 2004 21:47:01 -0000 1.2
@@ -104,4 +104,15 @@

return result;
}

+ public void TODOtestThrowsExceptionIfSnippetNotFound() {
+
+ }
+
+ public void TODOtestRemovesAllSnippetLineDemarcatorsInSnippet() {
+
+ }
+
+
+
+

}

----------

. /snippet

.cvsignore added at 1.1

diff -N .cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ .cvsignore 25 Feb 2004 21:47:01 -0000 1.1
@@ -0,0 +1 @@

+*.iws

\ No newline at end of file