Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
Update variable name to match commit db8cd8e
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Apr 19, 2011
1 parent db8cd8e commit 87405f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/nczonline/web/cssembed/CSSURLEmbedderTest.java
Expand Up @@ -175,7 +175,7 @@ public void testRegularUrlwithMissingFilesEnabled() throws IOException {
String code = "background: url(fooga.png);";

StringWriter writer = new StringWriter();
embedder = new CSSURLEmbedder(new StringReader(code), CSSURLEmbedder.MISSING_FILES_OPTION, true);
embedder = new CSSURLEmbedder(new StringReader(code), CSSURLEmbedder.SKIP_MISSING_OPTION, true);
embedder.embedImages(writer, filename.substring(0, filename.lastIndexOf("/")+1));

String result = writer.toString();
Expand Down

0 comments on commit 87405f4

Please sign in to comment.