phoenix-firestorm/indra/newview/tests
Lynx Linden 98111a40ec DEV-43439: Created new LLVersionInfo API.
Renamed llviewerversion to llversioninfo, to avoid confusion with
llversionviewer in llcommon (llversion is already used by llwindow).

Created new LLVersionInfo class with the following methods:

        static S32 getMajor();
        static S32 getMinor();
        static S32 getPatch();
        static S32 getBuild();
        static const std::string &getVersion();
        static const std::string &getShortVersion();
        static const std::string &getChannel();

All viewer code has been updated to use this API. Viewer code no
longer directly includes llversionviewer.h from llcommon.
2009-12-08 14:56:19 +00:00
..
llagentaccess_test.cpp
llcapabilitylistener_test.cpp
lldateutil_test.cpp
lllogininstance_test.cpp
llmediadataclient_test.cpp DEV-41998 - refactor mediadataclient to use a std::list, and re-sort every time an item is pulled off the queue 2009-11-24 14:26:00 -08:00
lltextureinfo_test.cpp
lltextureinfodetails_test.cpp
lltexturestatsuploader_test.cpp
llviewerhelputil_test.cpp DEV-43439: Created new LLVersionInfo API. 2009-12-08 14:56:19 +00:00
llworldmap_test.cpp
llworldmipmap_test.cpp
llxmlrpclistener_test.cpp
test_llxmlrpc_peer.py