mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
2009-10-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that Netrc::parse() cannot recognize comment line. * src/Netrc.cc * src/Util.h * test/NetrcTest.cc * test/sample.netrc
This commit is contained in:
parent
ac63a32c48
commit
10e371c25a
5 changed files with 108 additions and 37 deletions
|
@ -1,8 +1,10 @@
|
|||
#include "Netrc.h"
|
||||
#include "Exception.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
#include "Exception.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class NetrcTest : public CppUnit::TestFixture {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue