diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 11:02:34 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-07 11:02:34 +0100 |
commit | d46e11e708e5266afa4c037563aa00fa1983b07c (patch) | |
tree | 327daf0d43841e09a7aa825efd00b531251f6ff4 | |
parent | Test sitemap has an xml declaration (diff) | |
download | gentoobrowse-d46e11e708e5266afa4c037563aa00fa1983b07c.tar.bz2 gentoobrowse-d46e11e708e5266afa4c037563aa00fa1983b07c.tar.xz gentoobrowse-d46e11e708e5266afa4c037563aa00fa1983b07c.zip |
Update news test article
-rw-r--r-- | gentoobrowse/src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/src/test.cpp b/gentoobrowse/src/test.cpp index 9be68a6..fd4166b 100644 --- a/gentoobrowse/src/test.cpp +++ b/gentoobrowse/src/test.cpp @@ -160,7 +160,7 @@ BOOST_AUTO_TEST_CASE(news) BOOST_AUTO_TEST_CASE(news_ruby_20_removal) { - ChromiumRequestHtml request(this, HttpMethod::GET, "/news/2016-12-06-ruby-20-removal"); + ChromiumRequestHtml request(this, HttpMethod::GET, "/news/2023-04-02-python3-11"); process(&request); request.standardAssertions(typeid(*this).name()); } |