New directory structure (variants, results, parsers)

Refactor STRING to READABLE_STRING_8.
Clean code, added documentation and EIS references.
This commit is contained in:
jvelilla
2013-09-17 10:09:46 -03:00
parent f2ee91764d
commit a1245b77fd
20 changed files with 372 additions and 472 deletions

View File

@@ -117,7 +117,7 @@ feature -- Test routines
--Scenario 3, the server select the best match, and set the vary header
l_compression := "gzip"
compression_supported := l_compression.split(',')
conneg.set_encoding_defautl ("gzip")
conneg.set_encoding_default("gzip")
compression_variants := conneg.encoding_preference (compression_supported, "compress,gzip;q=0.7")
assert ("Expected Acceptable", compression_variants.is_acceptable)
assert ("Variants is dettached",compression_variants.supported_variants = Void)